| 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";
|
|
|
|
|