| Index: extensions/shell/browser/shell_app_delegate.h
|
| diff --git a/extensions/shell/browser/shell_app_delegate.h b/extensions/shell/browser/shell_app_delegate.h
|
| index 599ebe93ab6a325b47cda2e1189698dc56a0d997..ff124c1c9c21fc9c39508c49d6fb40943280c767 100644
|
| --- a/extensions/shell/browser/shell_app_delegate.h
|
| +++ b/extensions/shell/browser/shell_app_delegate.h
|
| @@ -46,7 +46,7 @@ class ShellAppDelegate : public AppDelegate {
|
| const GURL& security_origin,
|
| content::MediaStreamType type,
|
| const Extension* extension) override;
|
| - int PreferredIconSize() override;
|
| + int PreferredIconSize() const override;
|
| void SetWebContentsBlocked(content::WebContents* web_contents,
|
| bool blocked) override;
|
| bool IsWebContentsVisible(content::WebContents* web_contents) override;
|
|
|