Chromium Code Reviews| Index: chrome/common/chrome_paths.h |
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h |
| index a3991c6c96c472f0c0e443b9149fe82e152dc314..dea8ca08fdb05e14eed35a9f7e31129462fb6ea0 100644 |
| --- a/chrome/common/chrome_paths.h |
| +++ b/chrome/common/chrome_paths.h |
| @@ -19,6 +19,8 @@ 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. |
| + DIR_ALT_USER_DATA, // Directory of the desktop or metro user data |
|
ananta
2012/06/16 01:14:46
Should this name be metroized?
grt (UTC plus 2)
2012/06/16 02:06:11
Could you elaborate? I don't understand the quest
|
| + // (the one that isn't in use). |
| 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 |