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

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

Issue 11367002: Add a flag to control whether there is a shortcut for the app list / launcher in the Windows taskba… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added comment Created 8 years, 1 month 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/app_list/app_list_controller.cc
diff --git a/chrome/browser/ui/app_list/app_list_controller.cc b/chrome/browser/ui/app_list/app_list_controller.cc
index ce72476c29ab72bd6ee2f63d204ccb5d4220f473..1fb2d25c7e5c7563e2fd49281415f51022d4d1de 100644
--- a/chrome/browser/ui/app_list/app_list_controller.cc
+++ b/chrome/browser/ui/app_list/app_list_controller.cc
@@ -34,6 +34,9 @@ namespace app_list_controller {
#if !defined(OS_WIN)
// Default implementation for ports which do not have this implemented.
void ShowAppList() {}
+
+// Default implementation for ports which do not have this implemented.
+void CheckAppListTaskbarShortcut() {}
#endif
} // namespace app_list_controller

Powered by Google App Engine
This is Rietveld 408576698