| Index: extensions/common/features/api_feature.h
|
| diff --git a/extensions/common/features/api_feature.h b/extensions/common/features/api_feature.h
|
| index 1e57b8dc322f8d47c0f7f0fc40a7c45465d16a74..c146f9d914b0dce0cfcae3ce6d04ea7ac07d44d6 100644
|
| --- a/extensions/common/features/api_feature.h
|
| +++ b/extensions/common/features/api_feature.h
|
| @@ -18,13 +18,11 @@ class APIFeature : public SimpleFeature {
|
|
|
| // extensions::Feature:
|
| virtual bool IsInternal() const OVERRIDE;
|
| - virtual bool IsBlockedInServiceWorker() const OVERRIDE;
|
|
|
| virtual std::string Parse(const base::DictionaryValue* value) OVERRIDE;
|
|
|
| private:
|
| bool internal_;
|
| - bool blocked_in_service_worker_;
|
| };
|
|
|
| } // namespace extensions
|
|
|