| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 4d9314f298928244cc97dd6661b5f7c0042ecaeb..6dfe2a839db10558c8c6947df990039ac6841cc7 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -143,6 +143,12 @@ extern const wchar_t kBrowserCrashDumpAttemptsRegistryPath[];
|
| // Profile path format: [user_data_dir]/u-[$hash]
|
| // Ex.: /home/chronos/u-0123456789
|
| extern const char kProfileDirPrefix[];
|
| +
|
| +// Legacy profile dir that was used when only one cryptohome has been mounted.
|
| +extern const char kLegacyProfileDir[];
|
| +
|
| +// This must be kept in sync with TestingProfile::kTestUserProfileDir.
|
| +extern const char kTestUserProfileDir[];
|
| #endif
|
|
|
| // Used to identify the application to the system AV function in Windows.
|
|
|