| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 22ca9fb9e72f599c8d42e0856c963e19a6256461..536f84cbdebdca264e3579930ac3e7840f59bae2 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -629,8 +629,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();
|
|
|