| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index 4c07395aa30e2145f7095e6f6113fe87784ced0d..70e30098022e954e28769103767bc56f80cdea12 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -103,6 +103,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.
|
|
|