Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1848)

Unified Diff: athena/extensions/athena_app_delegate_base.h

Issue 586853004: Remove AppDelegate::GetAppDefaultIcon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@not-impl
Patch Set: (app-icon) rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « no previous file | athena/extensions/athena_app_delegate_base.cc » ('j') | extensions/browser/app_window/app_window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698