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

Unified Diff: chrome/test/chromedriver/extension/manifest.json

Issue 15348004: [chromedriver] Remove unnecessary 'background' permission from extension manifest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/extension/manifest.json
diff --git a/chrome/test/chromedriver/extension/manifest.json b/chrome/test/chromedriver/extension/manifest.json
index 720dff3475223b691a613ce6c91ada3247ceb9af..79319b22f4d2a76d31c64be3ba8dab911d436521 100644
--- a/chrome/test/chromedriver/extension/manifest.json
+++ b/chrome/test/chromedriver/extension/manifest.json
@@ -8,7 +8,6 @@
"scripts": ["background.js"]
},
"permissions": [
- "background",
"tabs"
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698