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

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

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.h
diff --git a/chrome/browser/ui/app_list/app_list_controller.h b/chrome/browser/ui/app_list/app_list_controller.h
index f7e16a6be94be298c0ade504fa010dbf2f102c65..aa10ecc3d6a30109260ab648e0da1124366a38c3 100644
--- a/chrome/browser/ui/app_list/app_list_controller.h
+++ b/chrome/browser/ui/app_list/app_list_controller.h
@@ -56,6 +56,13 @@ namespace app_list_controller {
// Show the app list.
void ShowAppList();
+// Check that the presence of the app list shortcut matches the flag
+// kShowAppListShortcut. This will either create or delete a shortcut
+// file in the user data directory.
+// TODO(benwells): Remove this and the flag once the app list installation
+// is implemented.
+void CheckAppListTaskbarShortcut();
+
} // namespace app_list_controller
#endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698