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 b842edb137c012bbf471cf50d13f57770a2b975d..48d9e1e03d01e8b291483ce0827cd6aa43e1c3fa 100644 |
--- a/extensions/shell/browser/shell_app_delegate.h |
+++ b/extensions/shell/browser/shell_app_delegate.h |
@@ -45,7 +45,6 @@ class ShellAppDelegate : public AppDelegate { |
content::MediaStreamType type, |
const Extension* extension) OVERRIDE; |
virtual int PreferredIconSize() OVERRIDE; |
- virtual gfx::ImageSkia GetAppDefaultIcon() OVERRIDE; |
virtual void SetWebContentsBlocked(content::WebContents* web_contents, |
bool blocked) OVERRIDE; |
virtual bool IsWebContentsVisible( |