Index: chrome/common/chrome_paths.h |
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h |
index 34c85fb454d60e4975f0b2578cd2776cf20adc49..f2ebd7b766a4d24c9c6f0a98066889574294ddc1 100644 |
--- a/chrome/common/chrome_paths.h |
+++ b/chrome/common/chrome_paths.h |
@@ -23,6 +23,10 @@ enum { |
DIR_LOGS, // Directory where logs should be written. |
DIR_USER_DATA, // Directory where user data can be written. |
DIR_CRASH_DUMPS, // Directory where crash dumps are written. |
+#if defined(OS_WIN) |
+ DIR_WATCHER_DATA, // Directory where the Chrome watcher stores |
+ // data. |
+#endif |
DIR_RESOURCES, // Directory containing separate file resources |
// used by Chrome at runtime. |
DIR_INSPECTOR, // Directory where web inspector is located. |