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

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

Issue 344453003: Docserver: separate models for apps and extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/Add comment Created 6 years, 6 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 | « no previous file | chrome/common/extensions/docs/server2/api_categorizer.py » ('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 59e8dfda5db427db71aa9ba870ac3a93eec1e443..2d7d0227701fae8fec14a92431854ba1d2d608df 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -747,7 +747,9 @@
"webstore": {
// Hosted apps can use the webstore API from within a blessed context.
"channel": "stable",
- "extension_types": ["hosted_app"],
+ // Do not specify extension_types to prevent webstore from being filtered.
+ // Technically, webstore is not in apps or extensions, but it is currently
+ // displayed on /extensions/webstore and /apps/webstore.
"contexts": ["blessed_web_page", "web_page"],
// Any webpage can use the webstore API.
"matches": ["http://*/*", "https://*/*"]
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/api_categorizer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698