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

Unified Diff: chrome/common/extensions/api/_api_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/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 233d2ff112de6e84900d9cf94600af7873c0256b..68e58f94be4a08d72634715a06fbdbe81ba4b336 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -699,6 +699,16 @@
"extension_types": ["platform_app"],
"contexts": ["blessed_extension"]
},
+ "quickUnlockPrivate": [{
+ "dependencies": ["permission:quickUnlockPrivate"],
+ "contexts": ["blessed_extension"]
Devlin 2016/05/31 22:58:38 which extension is using this?
jdufault 2016/06/01 00:07:35 The test extension, and possibly an app launched b
Devlin 2016/06/01 17:44:12 If we move this to a unittest, we should be able t
+ }, {
+ "channel": "trunk",
+ "contexts": ["webui"],
+ "matches": [
+ "chrome://md-settings/*"
+ ]
+ }],
"resourcesPrivate": [{
"dependencies": ["permission:resourcesPrivate"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698