diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/pref_names.cc | 6 | ||||
-rw-r--r-- | chrome/common/pref_names.h | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 5518744..45f64b4 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -2077,6 +2077,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. diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index a560c0e..bc4ff73 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -717,6 +717,7 @@ extern const char kOobeComplete[]; extern const char kDeviceRegistered[]; extern const char kUsedPolicyCertificates[]; extern const char kServerBackedDeviceState[]; +extern const char kCustomizationDefaultWallpaperURL[]; #endif extern const char kClearPluginLSODataEnabled[]; |