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

Unified Diff: chrome/common/extensions/docs/examples/api/browserAction/make_page_red/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/common/extensions/docs/examples/api/browserAction/make_page_red/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/browserAction/make_page_red/manifest.json b/chrome/common/extensions/docs/examples/api/browserAction/make_page_red/manifest.json
index 801182d01a7a0ea1b821399dc58e254f7a80d007..8a682225bf1babefa273667604b2ec678ed4ed59 100644
--- a/chrome/common/extensions/docs/examples/api/browserAction/make_page_red/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/browserAction/make_page_red/manifest.json
@@ -3,7 +3,7 @@
"version": "1.0",
"background": { "scripts": ["background.js"] },
"permissions": [
- "tabs", "http://*/*"
+ "http://*/*"
],
"browser_action": {
"name": "Make this page red",

Powered by Google App Engine
This is Rietveld 408576698