Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3936)

Unified Diff: chrome/common/chrome_paths.h

Issue 10754014: Wallpaper manager backend APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add function "SaveToFile" Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698