| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index fc93fbc24df43dd3adf4cfae3b09e3e2ffabc9c2..6cbb7d8978418567c09973efb8ac260c37258026 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -794,6 +794,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_; }
|
|
|