| Index: chrome/common/extensions/features/complex_feature.h
|
| diff --git a/chrome/common/extensions/features/complex_feature.h b/chrome/common/extensions/features/complex_feature.h
|
| index c776ccf19d6feed26bdfd31b1abf182401313b90..439dfeead8ccbe17d2215e011ec8a69d2cf17282 100644
|
| --- a/chrome/common/extensions/features/complex_feature.h
|
| +++ b/chrome/common/extensions/features/complex_feature.h
|
| @@ -35,6 +35,7 @@ class ComplexFeature : public Feature {
|
|
|
| virtual Availability IsAvailableToContext(const Extension* extension,
|
| Context context,
|
| + const GURL& url,
|
| Platform platform) const OVERRIDE;
|
|
|
| protected:
|
|
|