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

Unified Diff: chrome/test/data/extensions/api_test/webrequest/policy_blocked/manifest.json

Issue 2930983002: Revert of chrome.webRequest support for ExtensionSettings (Closed)
Patch Set: Created 3 years, 6 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/webrequest/policy_blocked/manifest.json
diff --git a/chrome/test/data/extensions/api_test/webrequest/policy_blocked/manifest.json b/chrome/test/data/extensions/api_test/webrequest/policy_blocked/manifest.json
deleted file mode 100644
index c414d5e42482cad6eb93ef6c032e419a3a4b9ac9..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/webrequest/policy_blocked/manifest.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "name": "Web Request Policy Tests",
- "version": "1",
- "manifest_version": 2,
- "permissions": ["webRequest", "<all_urls>"],
- "background" : {
- "scripts": ["background.js"]
- }
-}

Powered by Google App Engine
This is Rietveld 408576698