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

Unified Diff: chrome/common/pref_names.cc

Issue 208273005: If customization includes default wallpaper, download and apply it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DBC::IsUsingDefaultWallpaper(); Restart wallpaper fetch on device restart. Created 6 years, 9 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/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 401a697081306faba2bf12dc7e89108ab05ec938..5a71db1a35be2e8c35c0230d99326c145501d403 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2188,6 +2188,9 @@ const char kUsedPolicyCertificates[] = "policy.used_policy_certificates";
// after recovery.
const char kServerBackedDeviceState[] = "server_backed_device_state";
+// Customized wallpaper URL, which is already downloaded and scaled.
+const char kCustomizationDefaultWallpaperURL[] =
+ "customization.default_wallpaper_url";
#endif
// Whether there is a Flash version installed that supports clearing LSO data.
« chrome/browser/chromeos/login/wallpaper_manager.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698