Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 31f79af935bbbb9c248e1510a72ac1aadaa890c2..5e26b92e0a73d5760069cb9e93be27a9150b9a76 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2083,6 +2083,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. |