Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6822)

Unified Diff: chrome/browser/profiles/profile.cc

Issue 1631923004: Sync 3rd party wallpaper app name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698