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