diff options
author | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-26 23:56:00 +0000 |
---|---|---|
committer | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-26 23:56:00 +0000 |
commit | 9dfb37227e873f4631867feddbdda1c042727c98 (patch) | |
tree | dc9c3468e76fd05c3f0d1eb54d9d45faa8799986 /extensions/common/features/simple_feature.h | |
parent | cab97b81565462964d55b483b8ca4d808fe2562b (diff) | |
download | chromium_src-9dfb37227e873f4631867feddbdda1c042727c98.zip chromium_src-9dfb37227e873f4631867feddbdda1c042727c98.tar.gz chromium_src-9dfb37227e873f4631867feddbdda1c042727c98.tar.bz2 |
Remove service worker concepts from _api_features.json
BUG=396340
Review URL: https://codereview.chromium.org/414633002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/common/features/simple_feature.h')
-rw-r--r-- | extensions/common/features/simple_feature.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/common/features/simple_feature.h b/extensions/common/features/simple_feature.h index 7df6e19..395e7e7 100644 --- a/extensions/common/features/simple_feature.h +++ b/extensions/common/features/simple_feature.h @@ -106,7 +106,6 @@ class SimpleFeature : public Feature { Context context) const OVERRIDE; virtual bool IsInternal() const OVERRIDE; - virtual bool IsBlockedInServiceWorker() const OVERRIDE; virtual bool IsIdInBlacklist(const std::string& extension_id) const OVERRIDE; virtual bool IsIdInWhitelist(const std::string& extension_id) const OVERRIDE; |