| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 19011c18525154d9b5333c7bda0375795a117c7a..1f7f629fbf0a497d3832ea220bebf4b135bd8801 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -791,6 +791,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
| bool is_platform_app() const;
|
| bool is_hosted_app() const;
|
| bool is_legacy_packaged_app() const;
|
| + bool is_extension() const;
|
| bool is_storage_isolated() const { return is_storage_isolated_; }
|
| bool can_be_incognito_enabled() const;
|
| const URLPatternSet& web_extent() const { return extent_; }
|
|
|