| 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;
|
|
|
|
|