Index: chrome/common/chrome_paths.h |
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h |
index be9a069df482a50956ce537e719c9eb3f11aa61b..823a2d12dfb1778ec4b1d88bd8952ba136995585 100644 |
--- a/chrome/common/chrome_paths.h |
+++ b/chrome/common/chrome_paths.h |
@@ -102,6 +102,10 @@ enum { |
// binary data (e.g., html files and images |
// used by interal pages). |
DIR_RESOURCES_EXTENSION, // Full path to extension resources. |
+#if defined(OS_CHROMEOS) |
+ DIR_CHROMEOS_WALLPAPERS, // Directory where downloaded chromeos |
+ // wallpapers reside. |
+#endif |
// Valid only in development environment; TODO(darin): move these |
DIR_GEN_TEST_DATA, // Directory where generated test data resides. |