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

Unified Diff: chrome/test/data/extensions/api_test/content_scripts/policy/manifest.json

Issue 2833843004: Reland: Communicate ExtensionSettings policy to renderers (Closed)
Patch Set: Removed unused URLPatternSet parameters in ExtensionMsg_PermissionSetStruct which was causing MSAN … Created 3 years, 8 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/content_scripts/policy/manifest.json
diff --git a/chrome/test/data/extensions/api_test/content_scripts/policy/manifest.json b/chrome/test/data/extensions/api_test/content_scripts/policy/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..48de7c07ff09039acac745330c040f3442bac320
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/content_scripts/policy/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "content_scripts/policy",
+ "version": "1",
+ "manifest_version": 2,
+ "permissions": ["tabs", "*://example.com/*"],
+ "background": { "scripts": ["background.js"] }
+}

Powered by Google App Engine
This is Rietveld 408576698