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

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

Issue 12846011: Implement API features for the Extension API feature system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed memory leak Created 7 years, 9 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/webstore.json
diff --git a/chrome/common/extensions/api/webstore.json b/chrome/common/extensions/api/webstore.json
index 18b1c25d991585aeb23ef7ac68c8353c939a95d8..2b72c0c69fbc060a884cf03fb73619d715890aae 100644
--- a/chrome/common/extensions/api/webstore.json
+++ b/chrome/common/extensions/api/webstore.json
@@ -5,17 +5,6 @@
[
{
"namespace": "webstore",
-
- // Any webpage can use the webstore API.
- "matches": [ "http://*/*", "https://*/*" ],
-
- // Hosted apps can use the webstore API from within a blessed context.
- "uses_feature_system": true,
- "channel": "stable",
- "extension_types": ["hosted_app"],
- "contexts": ["blessed_extension"],
- "dependencies": [],
-
"functions": [
{
"name": "install",
« no previous file with comments | « chrome/common/extensions/api/extension_api_unittest.cc ('k') | chrome/common/extensions/features/api_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698