diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 21:47:55 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 21:47:55 +0000 |
commit | ae655e4e0833c23f46f18de6164cfbd6fe9d83c6 (patch) | |
tree | 666f9cb1dd0e1570f577b10a699075ddf78664dc /chrome/chrome_common.gypi | |
parent | 483a00c80f1360bd9b1860ab2e10c9eb78e9c948 (diff) | |
download | chromium_src-ae655e4e0833c23f46f18de6164cfbd6fe9d83c6.zip chromium_src-ae655e4e0833c23f46f18de6164cfbd6fe9d83c6.tar.gz chromium_src-ae655e4e0833c23f46f18de6164cfbd6fe9d83c6.tar.bz2 |
Implement extension::Features for permissions.
It turned out that ManifestFeatureProvider worked basically as-is for permissions, so I renamed it to SimpleFeatureProvider and used it for both.
Review URL: http://codereview.chromium.org/9651014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127258 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 50b7e6b..f961314 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -147,8 +147,8 @@ 'common/extensions/file_browser_handler.h', 'common/extensions/manifest.cc', 'common/extensions/manifest.h', - 'common/extensions/manifest_feature_provider.cc', - 'common/extensions/manifest_feature_provider.h', + 'common/extensions/simple_feature_provider.cc', + 'common/extensions/simple_feature_provider.h', 'common/extensions/update_manifest.cc', 'common/extensions/update_manifest.h', 'common/extensions/url_pattern.cc', |