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

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

Issue 391513002: Add easyUnlockPrivate extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: histograms Created 6 years, 5 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6e67ab70c45229b135c210cbe6df3f520f871f8f..7388d448d8d153a11d72c63711b337ae4bf2c96c 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -276,6 +276,10 @@
"channel": "stable",
"contexts": ["blessed_extension"]
},
+ "easyUnlockPrivate": {
+ "dependencies": ["permission:easyUnlockPrivate"],
+ "contexts": ["blessed_extension", "unblessed_extension"]
asargent_no_longer_on_chrome 2014/07/17 00:22:04 Do you need unblessed_extension contexts to have a
tbarzic 2014/07/18 22:50:22 removed
+ },
"echoPrivate": {
"dependencies": ["permission:echoPrivate"],
"contexts": ["blessed_extension"]
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698