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

Unified Diff: chrome/browser/ui/app_list/app_list_controller.h

Issue 10900018: Introduce App Launcher for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase gyp file for ui extraction Created 8 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
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/app_list/app_list_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_controller.h
diff --git a/chrome/browser/ui/app_list/app_list_controller.h b/chrome/browser/ui/app_list/app_list_controller.h
index 65aaa6a424437586b4f0085c30206a2194aee5ff..c185c3f1798f3b76af018b8a2d4e9785068c3a7d 100644
--- a/chrome/browser/ui/app_list/app_list_controller.h
+++ b/chrome/browser/ui/app_list/app_list_controller.h
@@ -7,6 +7,10 @@
#include <string>
+namespace gfx {
+class ImageSkia;
+}
+
class Profile;
// Interface to allow the view delegate to call out to whatever is controlling
@@ -29,6 +33,16 @@ class AppListController {
virtual void ActivateApp(Profile* profile,
const std::string& extension_id,
int event_flags) = 0;
+
+ // Get the window icon to show, if any.
+ virtual gfx::ImageSkia GetWindowAppIcon() = 0;
};
+namespace app_list_controller {
+
+// Show the app list.
+void ShowAppList();
+
+}
+
#endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_H_
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/app_list/app_list_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698