diff options
author | eugenis@chromium.org <eugenis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-27 08:24:50 +0000 |
---|---|---|
committer | eugenis@chromium.org <eugenis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-27 08:24:50 +0000 |
commit | 027935380c71208b1d16f0094f5a65470f50f676 (patch) | |
tree | a72759030a49c7d1a27f54f81610e48b302e3c2a /chrome/common/common_resources.grd | |
parent | 81e1ce7bd205ad2fda4f05a23c9ab028a9feabfd (diff) | |
download | chromium_src-027935380c71208b1d16f0094f5a65470f50f676.zip chromium_src-027935380c71208b1d16f0094f5a65470f50f676.tar.gz chromium_src-027935380c71208b1d16f0094f5a65470f50f676.tar.bz2 |
Revert 190836 "Implement API features for the Extension API feat..."
Multiple leaks on the memory waterfall.
BUG=224206
> Implement API features for the Extension API feature system
>
> Now features can be declared in the _api_features.json file, and dependencies
> of the form "api:<api_name>" will refer to these features.
>
> This patch also prevents schemas for APIs using the feature system from being
> loaded when calling ExtensionAPI::IsAvailable().
>
> TBR=ben@chromium.org
> BUG=55316, 120070
>
>
> Review URL: https://chromiumcodereview.appspot.com/12846011
TBR=cduvall@chromium.org
Review URL: https://codereview.chromium.org/12770020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190862 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common_resources.grd')
-rw-r--r-- | chrome/common/common_resources.grd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/common_resources.grd b/chrome/common/common_resources.grd index 06f100f..bc7c186 100644 --- a/chrome/common/common_resources.grd +++ b/chrome/common/common_resources.grd @@ -9,7 +9,6 @@ </outputs> <release seq="1"> <includes> - <include name="IDR_EXTENSION_API_FEATURES" file="extensions\api\_api_features.json" type="BINDATA" /> <include name="IDR_EXTENSION_MANIFEST_FEATURES" file="extensions\api\_manifest_features.json" type="BINDATA" /> <include name="IDR_EXTENSION_PERMISSION_FEATURES" file="extensions\api\_permission_features.json" type="BINDATA" /> <include name="IDR_WEB_APP_SCHEMA" file="web_app_schema.json" type="BINDATA" /> |