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

Unified Diff: athena/extensions/athena_app_delegate_base.cc

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.cc
diff --git a/athena/extensions/athena_app_delegate_base.cc b/athena/extensions/athena_app_delegate_base.cc
index b3e2458c1aa5e0578fe10b27124eba091b6459a4..6cd4b93de3d75124b7dfb2deac3219d2725ada41 100644
--- a/athena/extensions/athena_app_delegate_base.cc
+++ b/athena/extensions/athena_app_delegate_base.cc
@@ -88,11 +88,6 @@ int AthenaAppDelegateBase::PreferredIconSize() {
return extension_misc::EXTENSION_ICON_SMALL;
}
-gfx::ImageSkia AthenaAppDelegateBase::GetAppDefaultIcon() {
- return *ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
- IDR_APP_DEFAULT_ICON);
-}
-
bool AthenaAppDelegateBase::IsWebContentsVisible(
content::WebContents* web_contents) {
return web_contents->GetNativeView()->IsVisible();

Powered by Google App Engine
This is Rietveld 408576698