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

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

Issue 9222013: Prevent unnecessary prompts when unpacked extensions use chrome.permissions.request. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reword comment Created 8 years, 11 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 | « chrome/test/data/extensions/api_test/permissions/optional_deny/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/permissions/optional_deny/manifest.json
diff --git a/chrome/test/data/extensions/api_test/permissions/optional_deny/manifest.json b/chrome/test/data/extensions/api_test/permissions/optional_deny/manifest.json
index 7d59b5f796e40f360039ed2a16692ad9ff8d4d72..4a0f4e51c3ce40d35f56987586b6e60dd18583d0 100644
--- a/chrome/test/data/extensions/api_test/permissions/optional_deny/manifest.json
+++ b/chrome/test/data/extensions/api_test/permissions/optional_deny/manifest.json
@@ -6,6 +6,6 @@
"background": {
"scripts": ["background.js"]
},
- "permissions": ["http://a.com/*"],
+ "permissions": ["http://a.com/*", "management"],
"optional_permissions": ["tabs", "management", "http://*.c.com/*"]
}
« no previous file with comments | « chrome/test/data/extensions/api_test/permissions/optional_deny/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698