Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 401a697081306faba2bf12dc7e89108ab05ec938..651fa5923977f792f3ad58d4143c3aee66ca3d0f 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2188,6 +2188,12 @@ 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. |
+// The URL from this preference must never be fetched. It is compared to the |
+// URL from customization document to check if wallpaper URL has changed |
+// since wallpaper was cached. |
+const char kCustomizationDefaultWallpaperURL[] = |
+ "customization.default_wallpaper_url"; |
#endif |
// Whether there is a Flash version installed that supports clearing LSO data. |