Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index e77b53b656d113bca50c19ae0e43f0c2f5db8efe..61b450d7eae55bc6effc0037a4dc0f57376cc919 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2088,6 +2088,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. |