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

Unified Diff: chrome/common/chrome_switches.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: fix compile 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 838e7bb93c638ca2d0208688046c9959cd3e8fc6..769d198106070db64fae3e7b423c7c1fbbb64a00 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1036,6 +1036,10 @@ const char kResetAppListInstallState[] = "reset-app-list-install-state";
// sent to the ui_test.
const char kRestoreLastSession[] = "restore-last-session";
+// If set, Chrome will reuse any existing browsers for a specific profile. Used
tapted 2014/11/03 23:57:06 nit: "reuse" suggests to me that it will open a ne
noms (inactive) 2014/11/04 20:03:09 Oh, much better. I had a lot of trouble coming up
+// for example by the fast-user switcher in the Windows JumpList.
+const char kReuseExistingProfileBrowser[] = "reuse-existing-profile-browser";
+
// Disable saving pages as HTML-only, disable saving pages as HTML Complete
// (with a directory of sub-resources). Enable only saving pages as MHTML.
// See http://crbug.com/120416 for how to remove this switch.
« chrome/browser/ui/startup/startup_browser_creator.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698