| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index a817fd54b1e736c13156f1898e6884f00e391a5f..d8c2af6c028eeb8b411176069dbf1f44989f901f 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -132,7 +132,6 @@ 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());
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
|
|