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

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: histograms 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
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
not at google - send to devlin 2015/07/31 14:42:20 What does the webstore need from this?
Marc Treib 2015/07/31 15:28:42 The webstore also needs to call this API - remote
+ ]
+ }],
"dataReductionProxy": {
"dependencies": ["permission:dataReductionProxy"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698