Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(626)

Unified Diff: extensions/common/features/api_feature.h

Issue 414633002: Remove service worker concepts from _api_features.json (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | extensions/common/features/api_feature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | extensions/common/features/api_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698