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.patch15
1 files changed, 0 insertions, 15 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
deleted file mode 100644
index 873aeae..0000000
--- a/www/chromium-uc/patches/extra/debian/disable/welcome-page.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1description: do not override the welcome page setting set in master_preferences
2author: Michael Gilbert <mgilbert@debian.org>
3bug-debian: http://bugs.debian.org/857767
4
5--- chrome/browser/profiles/profile_manager.cc.orig
6+++ chrome/browser/profiles/profile_manager.cc
7@@ -1310,7 +1310,7 @@ void ProfileManager::InitProfileUserPref
8 profile->GetPrefs()->SetString(prefs::kSupervisedUserId,
9 supervised_user_id);
10 }
11-#if !defined(OS_ANDROID)
12+#if 0
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
15 // master_preferences file is dumped into the default profile on first run,