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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator_impl.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/startup/startup_browser_creator_impl.cc
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
index daec2d31c313cbcffc27b22a36458ecc8ddc63c4..809dac8cb47b1e971f34d045f1a6de48688a2965 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
@@ -362,6 +362,7 @@ bool StartupBrowserCreatorImpl::Launch(Profile* profile,
}
}
+ app_list_controller::CheckAppListTaskbarShortcut();
if (command_line_.HasSwitch(switches::kShowAppList)) {
app_list_controller::ShowAppList();
return true;

Powered by Google App Engine
This is Rietveld 408576698