| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 7ec9099adfb154b6b52763c6c3dd0e95562c5ff4..579cac20ef1a0381ffb5744a07c8dea9a41560cd 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();
|
|
|