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

Unified Diff: chrome/test/data/extensions/api_test/keybinding/basics/manifest.json

Issue 10880064: Make extension commands grant the activeTab permission. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 8 years, 3 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/keybinding/basics/manifest.json
diff --git a/chrome/test/data/extensions/api_test/keybinding/basics/manifest.json b/chrome/test/data/extensions/api_test/keybinding/basics/manifest.json
index fcf495eb279d513b60a0e8eeddab23eb29a5088c..f9dc8ef9c40e13bf2f88b4f06f9a1894129d0139 100644
--- a/chrome/test/data/extensions/api_test/keybinding/basics/manifest.json
+++ b/chrome/test/data/extensions/api_test/keybinding/basics/manifest.json
@@ -5,9 +5,7 @@
"background": {
"scripts": ["background.js"]
},
- "permissions": [
- "tabs", "http://*/*"
- ],
+ "permissions": ["activeTab"],
"browser_action": {
"default_title": "Make this page red",
"default_icon": "icon.png"
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/test/data/extensions/api_test/keybinding/conflicting/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698