| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index a3991c6c96c472f0c0e443b9149fe82e152dc314..61cee757a42ecee36c1cd31a5461a333e334b33f 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -19,6 +19,10 @@ enum {
|
| DIR_APP = PATH_START, // Directory where dlls and data reside.
|
| DIR_LOGS, // Directory where logs should be written.
|
| DIR_USER_DATA, // Directory where user data can be written.
|
| +#if defined(OS_WIN)
|
| + DIR_ALT_USER_DATA, // Directory of the desktop or metro user data
|
| + // (the one that isn't in use).
|
| +#endif
|
| DIR_CRASH_DUMPS, // Directory where crash dumps are written.
|
| DIR_USER_DESKTOP, // Directory that correspond to the desktop.
|
| DIR_RESOURCES, // Directory containing separate file resources
|
|
|