diff options
Diffstat (limited to 'chrome/common/extensions/features/complex_feature.h')
-rw-r--r-- | chrome/common/extensions/features/complex_feature.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/extensions/features/complex_feature.h b/chrome/common/extensions/features/complex_feature.h index 3cfa451..45cf6a2 100644 --- a/chrome/common/extensions/features/complex_feature.h +++ b/chrome/common/extensions/features/complex_feature.h @@ -43,7 +43,8 @@ class ComplexFeature : public Feature { virtual std::string GetAvailabilityMessage( AvailabilityResult result, Manifest::Type type, - const GURL& url) const OVERRIDE; + const GURL& url, + Context context) const OVERRIDE; virtual std::set<Context>* GetContexts() OVERRIDE; |