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

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 199533004: [Mac, Win] Show a user manager tutorial once per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: msw nits Created 6 years, 9 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
« no previous file with comments | « chrome/browser/prefs/browser_prefs.h ('k') | chrome/browser/profiles/profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index d100644d07eca684f747fc17704cd4f8f95e6efb..af7ea78f719c76fd3f40c00197d236783a2d925e 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -478,10 +478,6 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
std::string(),
user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
#endif
-
-#if !defined(OS_ANDROID) && !defined(OS_CHROMEOS)
- RegisterNewProfileUIPrefs(registry);
-#endif
}
void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
@@ -504,15 +500,6 @@ void RegisterLoginProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
}
#endif
-#if !defined(OS_ANDROID) && !defined(OS_CHROMEOS)
-void RegisterNewProfileUIPrefs(user_prefs::PrefRegistrySyncable* registry) {
- registry->RegisterIntegerPref(
- prefs::kProfileAvatarTutorialShown,
- 0,
- user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
-}
-#endif
-
void MigrateUserPrefs(Profile* profile) {
PrefService* prefs = profile->GetPrefs();
« no previous file with comments | « chrome/browser/prefs/browser_prefs.h ('k') | chrome/browser/profiles/profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698