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

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

Issue 2499493004: Communicate ExtensionSettings policy to renderers (Closed)
Patch Set: Fix effective TLD wildcard bug, move to Leaky LazyInstance in PermissionsData, removed unnecessary … Created 3 years, 9 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/permissions/manifest.json
diff --git a/chrome/test/data/extensions/api_test/content_scripts/permissions/manifest.json b/chrome/test/data/extensions/api_test/content_scripts/permissions/manifest.json
index 725402e92b1f2ac02e89770a649accb1410ddad4..bccbd2fe21b0bae6b7d1fa3e15238e53f0253761 100644
--- a/chrome/test/data/extensions/api_test/content_scripts/permissions/manifest.json
+++ b/chrome/test/data/extensions/api_test/content_scripts/permissions/manifest.json
@@ -2,7 +2,7 @@
"name": "content_scripts/permissions",
"version": "1",
"manifest_version": 2,
- "permissions": ["tabs"],
+ "permissions": ["tabs", "*://example.com/*"],
"optional_permissions": ["http://*/*"],
"background": { "scripts": ["background.js"] }
}

Powered by Google App Engine
This is Rietveld 408576698