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

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

Issue 1060733003: Support custom icon in search result. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WIP: Add API test. Created 5 years, 8 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/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 d6eb23fb054aabc870917e676819ecd701fbf649..7b28015162ad3021452850353d14854422791867 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -542,7 +542,8 @@
"extension_types": ["extension", "platform_app"],
"platform": ["chromeos"],
"whitelist": [
- "A948368FC53BE437A55FEB414106E207925482F5" // File Manager
+ "A948368FC53BE437A55FEB414106E207925482F5", // File Manager
+ "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Test Extension
Matt Giuca 2015/04/30 01:34:09 We do not globally whitelist test extensions. Inst
yawano 2015/05/01 06:09:55 Acknowledged.
]
},
"location": [

Powered by Google App Engine
This is Rietveld 408576698