Index: chrome/browser/profiles/profile_manager.cc |
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc |
index 3a69b5e042999d0a461ac0d6f890292d44b5057f..b28a8ff39c1cbfb2042c6c017f700a58a68fcb32 100644 |
--- a/chrome/browser/profiles/profile_manager.cc |
+++ b/chrome/browser/profiles/profile_manager.cc |
@@ -927,6 +927,10 @@ void ProfileManager::InitProfileUserPrefs(Profile* profile) { |
profile->GetPrefs()->SetString(prefs::kSupervisedUserId, |
supervised_user_id); |
} |
+#if !defined(OS_ANDROID) |
+ if (profile->IsNewProfile()) |
+ profile->GetPrefs()->SetBoolean(prefs::kHasSeenWelcomePage, false); |
+#endif |
} |
void ProfileManager::RegisterTestingProfile(Profile* profile, |