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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc

Issue 10900018: Introduce App Launcher for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: First round of feedback Created 8 years, 4 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: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
index 4bd0bbe6703bc4f8540704fe9092cd91eea10852..9053983c6a668dd35e5902ae4387fe8ac147be1d 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
@@ -39,3 +39,8 @@ void AppListControllerAsh::ActivateApp(Profile* profile,
ChromeLauncherController::instance()->OpenAppID(extension_id,
event_flags);
}
+
+void AppListControllerAsh::GetWindowAppIcon() {
+ // This is not set for the ash port.
+ return gfx::ImageSkia();
+}

Powered by Google App Engine
This is Rietveld 408576698