Index: chrome/browser/ui/apps/chrome_app_delegate.h |
diff --git a/chrome/browser/ui/apps/chrome_app_delegate.h b/chrome/browser/ui/apps/chrome_app_delegate.h |
index 38cb8828097bf3604515a9cd492e487132c43b80..1c083aa072d711a99d055db769c37a0a5e71e908 100644 |
--- a/chrome/browser/ui/apps/chrome_app_delegate.h |
+++ b/chrome/browser/ui/apps/chrome_app_delegate.h |
@@ -49,6 +49,7 @@ class ChromeAppDelegate : public apps::AppDelegate { |
const content::MediaResponseCallback& callback, |
const extensions::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( |