| 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",
 | 
| 
 |