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

Unified Diff: chrome/common/extensions/api/_permission_features.json

Issue 2503213003: Whitelist for autotest extension. (Closed)
Patch Set: Created 4 years, 1 month 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/common/extensions/api/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 37f368c827ec05e4dfbb538b4d257c3e0040ff8b..7903fd8ee8e9cd87e0ba686a154d3bd7c703f3e5 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -47,7 +47,9 @@
"autotestPrivate": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"],
Devlin 2016/11/17 18:14:05 Do we still need this to work with legacy packaged
achuithb 2016/11/17 22:34:48 Done.
- "location": "component"
+ "whitelist": [
+ "behllobkkfkfnphdnhnkndlbkcpglgmj" // Autotest extension.
Devlin 2016/11/17 18:14:05 This should be a hash. See https://chromium.googl
achuithb 2016/11/17 22:34:48 Done.
+ ]
},
"background": {
"channel": "stable",
« 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