| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index dd8c0b5baab9f357c7793ec2fcaf617ef000be4c..0924105ef1f24318dd5e2b5590c44fbaa094ad54 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -26,6 +26,8 @@ enum {
|
| #if defined(OS_WIN)
|
| DIR_WATCHER_DATA, // Directory where the Chrome watcher stores
|
| // data.
|
| + DIR_ROAMING_USER_DATA, // Directory where user data is stored that
|
| + // needs to be roamed between computers.
|
| #endif
|
| DIR_RESOURCES, // Directory containing separate file resources
|
| // used by Chrome at runtime.
|
|
|