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

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

Issue 2503213003: Whitelist for autotest extension. (Closed)
Patch Set: rebase 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..7f8a14c0a4c7309e136bffd0dc6c3b117c4e4348 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -46,8 +46,10 @@
},
"autotestPrivate": {
"channel": "stable",
- "extension_types": ["extension", "legacy_packaged_app"],
- "location": "component"
+ "extension_types": ["extension"],
+ "whitelist": [
+ "0D209B5E4401BB8E7873B5AB5B1346A1CB067015" // Autotest: crbug.com/654525
+ ]
},
"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