 Chromium Code Reviews
 Chromium Code Reviews| Index: chrome/common/extensions/extension.cc | 
| =================================================================== | 
| --- chrome/common/extensions/extension.cc (revision 173621) | 
| +++ chrome/common/extensions/extension.cc (working copy) | 
| @@ -1339,10 +1339,6 @@ | 
| return manifest()->is_legacy_packaged_app(); | 
| } | 
| -bool Extension::is_extension() const { | 
| - return manifest()->is_extension(); | 
| -} | 
| - | 
| bool Extension::can_be_incognito_enabled() const { | 
| return !is_platform_app(); | 
| } |