| 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.
|
|
|