| Index: chrome/common/extensions/extension.h | 
| =================================================================== | 
| --- chrome/common/extensions/extension.h	(revision 173621) | 
| +++ chrome/common/extensions/extension.h	(working copy) | 
| @@ -795,7 +795,6 @@ | 
| 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_; } | 
|  |