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