| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 0766655746d60ca6baf26e1040719b0227a379ac..6ff25f28ee145627f561a2dbe317fc6d1c44c974 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -132,7 +132,8 @@ void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| registry->RegisterStringPref(prefs::kApplicationLocaleBackup, std::string());
|
| registry->RegisterStringPref(prefs::kApplicationLocaleAccepted,
|
| std::string());
|
| - registry->RegisterStringPref(prefs::kCurrentWallpaperAppName, std::string());
|
| + registry->RegisterStringPref(prefs::kCurrentWallpaperAppName, std::string(),
|
| + user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
|
|