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

Unified Diff: chrome/test/data/extensions/api_test/all_urls/content_script/manifest.json

Issue 10829186: Tabs API is usable without tabs permission. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: ETU now SetString()'s for empty values Created 8 years, 4 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/all_urls/content_script/manifest.json
diff --git a/chrome/test/data/extensions/api_test/all_urls/content_script/manifest.json b/chrome/test/data/extensions/api_test/all_urls/content_script/manifest.json
index 816150ce613bd9d18592308c36926f9f2876c1cf..6b6b0a8f6cc3665a34aff83fda64b4416855ec9d 100644
--- a/chrome/test/data/extensions/api_test/all_urls/content_script/manifest.json
+++ b/chrome/test/data/extensions/api_test/all_urls/content_script/manifest.json
@@ -6,6 +6,7 @@
"js": [ "content_script.js" ],
"matches": [ "<all_urls>" ]
} ],
+ "permissions": [ "tabs" ],
"description": "Test whether whitelisted extensions can run scripts everywhere using content script",
"name": "AllUrls content script permissions",
"manifest_version": 2,

Powered by Google App Engine
This is Rietveld 408576698