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

Unified Diff: chrome/common/switch_utils.cc

Issue 660813002: [Win] Add a fast profile switcher to the Windows taskbar item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ifdef code correctly Created 6 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/switch_utils.cc
diff --git a/chrome/common/switch_utils.cc b/chrome/common/switch_utils.cc
index 3b65b81ba171d4ed6f21b7a90614f05a620f04e1..22d2ceef76a22f905b1ddfb02d9830816acf5b48 100644
--- a/chrome/common/switch_utils.cc
+++ b/chrome/common/switch_utils.cc
@@ -21,6 +21,8 @@ const char* const kSwitchesToRemoveOnAutorestart[] = {
switches::kNoStartupWindow,
switches::kRestoreLastSession,
switches::kShowAppList,
+ switches::kWinJumplistAction,
sky 2014/11/13 17:17:18 nit: sort this list.
noms (inactive) 2014/11/13 17:46:37 Eeeek. Done!
+ switches::kActivateExistingProfileBrowser
};
void RemoveSwitchesForAutostart(
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698