| Index: extensions/common/extension.h
|
| diff --git a/extensions/common/extension.h b/extensions/common/extension.h
|
| index c4934d8cd23be31bd58ab79e6622d13ac10706ba..4d7f568577a1dd3a9c7bc467fe51856f3c51cc58 100644
|
| --- a/extensions/common/extension.h
|
| +++ b/extensions/common/extension.h
|
| @@ -358,8 +358,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
| bool is_shared_module() const;
|
| bool is_theme() const;
|
|
|
| - bool can_be_incognito_enabled() const;
|
| -
|
| void AddWebExtentPattern(const URLPattern& pattern);
|
| const URLPatternSet& web_extent() const { return extent_; }
|
|
|
|
|