Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5956)

Unified Diff: chrome/test/data/extensions/api_test/dns/api/manifest.json

Issue 529293003: Extract ResultCatcher from ExtensionApiTest. Use it in ShellApiTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: deprecate Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/dns/api/manifest.json
diff --git a/chrome/test/data/extensions/api_test/dns/api/manifest.json b/chrome/test/data/extensions/api_test/dns/api/manifest.json
deleted file mode 100644
index ba0677d58afe12da0d2b0a89cae6f53eec9c0141..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/dns/api/manifest.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "chrome.experimental.dns",
- "version": "0.1",
- "description": "end-to-end browser test for chrome.experimental.dns API",
- "app": {
- "background": {
- "scripts": ["background.js"]
- }
- },
- "permissions": [
- "dns"
- ]
-}
« no previous file with comments | « chrome/test/data/extensions/api_test/dns/api/background.js ('k') | extensions/browser/api/dns/dns_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698