Index: athena/extensions/athena_app_delegate_base.h |
diff --git a/athena/extensions/athena_app_delegate_base.h b/athena/extensions/athena_app_delegate_base.h |
index 3d9843743ab45927046d5b75956630c6c293c1bc..c72eec5da023b4cde4ce6b8ad803507c25a9bc5e 100644 |
--- a/athena/extensions/athena_app_delegate_base.h |
+++ b/athena/extensions/athena_app_delegate_base.h |
@@ -33,7 +33,6 @@ class AthenaAppDelegateBase : public extensions::AppDelegate { |
bool user_gesture, |
bool* was_blocked) OVERRIDE; |
virtual int PreferredIconSize() OVERRIDE; |
- virtual gfx::ImageSkia GetAppDefaultIcon() OVERRIDE; |
virtual bool IsWebContentsVisible( |
content::WebContents* web_contents) OVERRIDE; |
virtual void SetTerminatingCallback(const base::Closure& callback) OVERRIDE; |