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

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

Issue 377753003: Remove GetContexts() from the public interface of extensions::Feature. It was (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « extensions/common/features/complex_feature.cc ('k') | extensions/common/features/manifest_feature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/feature.h
diff --git a/extensions/common/features/feature.h b/extensions/common/features/feature.h
index 534a05f4def0c6a2ec02841dd1d396ff01a8e80b..37387d7491959be4001f133ee69e882d4ec32f5f 100644
--- a/extensions/common/features/feature.h
+++ b/extensions/common/features/feature.h
@@ -108,8 +108,6 @@ class Feature {
// Gets the platform the code is currently running on.
static Platform GetCurrentPlatform();
- virtual std::set<Context>* GetContexts() = 0;
-
// Tests whether this is an internal API or not.
virtual bool IsInternal() const = 0;
« no previous file with comments | « extensions/common/features/complex_feature.cc ('k') | extensions/common/features/manifest_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698