summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/extra/debian/disable/welcome-page.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium-uc/patches/extra/debian/disable/welcome-page.patch')
-rw-r--r--www/chromium-uc/patches/extra/debian/disable/welcome-page.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium-uc/patches/extra/debian/disable/welcome-page.patch b/www/chromium-uc/patches/extra/debian/disable/welcome-page.patch
index 873aeae..322bd38 100644
--- a/www/chromium-uc/patches/extra/debian/disable/welcome-page.patch
+++ b/www/chromium-uc/patches/extra/debian/disable/welcome-page.patch
@@ -2,13 +2,13 @@ description: do not override the welcome page setting set in master_preferences
2author: Michael Gilbert <mgilbert@debian.org> 2author: Michael Gilbert <mgilbert@debian.org>
3bug-debian: http://bugs.debian.org/857767 3bug-debian: http://bugs.debian.org/857767
4 4
5--- chrome/browser/profiles/profile_manager.cc.orig 5--- a/chrome/browser/profiles/profile_manager.cc
6+++ chrome/browser/profiles/profile_manager.cc 6+++ b/chrome/browser/profiles/profile_manager.cc
7@@ -1310,7 +1310,7 @@ void ProfileManager::InitProfileUserPref 7@@ -1379,7 +1379,7 @@ void ProfileManager::InitProfileUserPref
8 profile->GetPrefs()->SetString(prefs::kSupervisedUserId, 8 profile->GetPrefs()->SetString(prefs::kSupervisedUserId,
9 supervised_user_id); 9 supervised_user_id);
10 } 10 }
11-#if !defined(OS_ANDROID) 11-#if !BUILDFLAG(IS_ANDROID)
12+#if 0 12+#if 0
13 // TODO(pmonette): Fix IsNewProfile() to handle the case where the profile is 13 // TODO(pmonette): Fix IsNewProfile() to handle the case where the profile is
14 // new even if the "Preferences" file already existed. (For example: The 14 // new even if the "Preferences" file already existed. (For example: The