| Index: extensions/common/features/complex_feature.h
|
| diff --git a/extensions/common/features/complex_feature.h b/extensions/common/features/complex_feature.h
|
| index e71f6dacf839087b018f27a330eb73f8b70b7563..9204b256cd46b5d6fd84dde1b91e06339c002ade 100644
|
| --- a/extensions/common/features/complex_feature.h
|
| +++ b/extensions/common/features/complex_feature.h
|
| @@ -49,8 +49,6 @@ class ComplexFeature : public Feature {
|
| const GURL& url,
|
| Context context) const OVERRIDE;
|
|
|
| - virtual std::set<Context>* GetContexts() OVERRIDE;
|
| -
|
| virtual bool IsInternal() const OVERRIDE;
|
|
|
| private:
|
|
|