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

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

Issue 1268853003: Move webstorePrivate DelegatedInstall functions into new dashboardPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 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/dashboard_private.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 f3652dc4c5cad285411d25e073407f9b16515ae1..0a652bf09487c8658f3d60ab2719853d20a4ac02 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -246,6 +246,17 @@
"dependencies": ["permission:cryptotokenPrivate"],
"contexts": ["blessed_extension"]
},
+ "dashboardPrivate": [{
+ "channel": "stable",
+ "contexts": ["blessed_web_page", "web_page"],
+ "matches": ["https://chrome.google.com/*"]
+ }, {
+ "channel": "stable",
+ "contexts": ["blessed_extension"],
+ "whitelist": [
+ "B44D08FD98F1523ED5837D78D0A606EA9D6206E5" // Web Store
+ ]
+ }],
"dataReductionProxy": {
"dependencies": ["permission:dataReductionProxy"],
"contexts": ["blessed_extension"]
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/dashboard_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698