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

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

Issue 1968083004: Implement the private API for quick unlock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Rebase Created 4 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
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 158bb33c7391d03d6d46fc81942ee7526e207756..e73259a277e0bfecfe6ab06a4b26a3e22a441803 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -868,6 +868,14 @@
"F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/439526
]
}],
+ "quickUnlockPrivate": [{
+ "channel": "trunk",
Devlin 2016/05/31 22:58:38 Doesn't this mean that the api tests will fail on
jdufault 2016/06/01 00:07:36 I've changed it to stable.
+ "extension_types": ["extension"],
+ "platforms": ["chromeos"],
+ "whitelist": [
+ "E5226FF4463679C128886DF68FED2BA5E19C7835" // API test
+ ]
+ }],
"resourcesPrivate": {
"channel": "stable",
"extension_types": [

Powered by Google App Engine
This is Rietveld 408576698