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

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

Issue 2934583002: Reland: chrome.webRequest support for ExtensionSettings (Closed)
Patch Set: Fix flaky test ExtensionApiTestWithManagementPolicy.InitiatorProtectedByPolicy 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
new file mode 100644
index 0000000000000000000000000000000000000000..c414d5e42482cad6eb93ef6c032e419a3a4b9ac9
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/webrequest/policy_blocked/manifest.json
@@ -0,0 +1,9 @@
+{
+ "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