| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 4d9314f298928244cc97dd6661b5f7c0042ecaeb..222b7b52229440d2ef17062c747eeb4239aedddd 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -143,6 +143,9 @@ 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[];
|
| #endif
|
|
|
| // Used to identify the application to the system AV function in Windows.
|
|
|