welcome-page.patch 723 B

123456789101112131415
  1. description: do not override the welcome page setting set in master_preferences
  2. author: Michael Gilbert <mgilbert@debian.org>
  3. bug-debian: http://bugs.debian.org/857767
  4. --- a/chrome/browser/profiles/profile_manager.cc
  5. +++ b/chrome/browser/profiles/profile_manager.cc
  6. @@ -1076,7 +1076,7 @@ void ProfileManager::InitProfileUserPref
  7. profile->GetPrefs()->SetString(prefs::kSupervisedUserId,
  8. supervised_user_id);
  9. }
  10. -#if !defined(OS_ANDROID)
  11. +#if 0
  12. // TODO(pmonette): Fix IsNewProfile() to handle the case where the profile is
  13. // new even if the "Preferences" file already existed. (For example: The
  14. // master_preferences file is dumped into the default profile on first run,