| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 70dd97d4525f0a99805f44c42d61da96d2855643..43d68644b1cd553532834276bd9d11f9dbc8b720 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -255,6 +255,8 @@ const wchar_t kBrowserCrashDumpAttemptsRegistryPath[] =
|
|
|
| #if defined(OS_CHROMEOS)
|
| const char kProfileDirPrefix[] = "u-";
|
| +const char kLegacyProfileDir[] = "user";
|
| +const char kTestUserProfileDir[] = "test-user";
|
| #endif
|
|
|
| // This GUID is associated with any 'don't ask me again' settings that the
|
|
|