Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index 5216471f2a5efda80ea1702b3cddf755c5082f2a..93842f3e1df1bc6185fa6491bb1ebcbbe6d1ee4b 100644 |
--- a/chrome/common/extensions/extension.h |
+++ b/chrome/common/extensions/extension.h |
@@ -617,8 +617,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
return !omnibox_keyword().empty() || |
browser_action() || |
(page_action() && |
- (page_action_command() || |
- !page_action()->default_icon_path().empty())); |
+ (page_action_command() || page_action()->default_icon())); |
} |
const FileBrowserHandlerList* file_browser_handlers() const { |
return file_browser_handlers_.get(); |