diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 5a1ab4c..4d076f9 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -112,6 +112,9 @@ const wchar_t kTestSandbox[] = L"test-sandbox"; // for all of its state. const wchar_t kUserDataDir[] = L"user-data-dir"; +// Specifies the path to the user data folder for the parent profile. +const wchar_t kParentProfile[] = L"parent-profile"; + // Specifies that the associated value should be launched in "application" mode. const wchar_t kApp[] = L"app"; |