Chromium Code Reviews

Unified Diff: chrome/common/chrome_switches.cc

Issue 28093: Hide profiles behind a command-line switch since the user-data-dir stuff... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
===================================================================
--- chrome/common/chrome_switches.cc (revision 10203)
+++ chrome/common/chrome_switches.cc (working copy)
@@ -120,6 +120,10 @@
// UserDatadir.
const wchar_t kDiskCacheDir[] = L"disk-cache-dir";
+// Whether the multiple profiles feature based on the user-data-dir flag is
+// enabled or not.
+const wchar_t kEnableUserDataDirProfiles[] = L"enable-udd-profiles";
+
// Specifies the path to the user data folder for the parent profile.
const wchar_t kParentProfile[] = L"parent-profile";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine