diff options
Diffstat (limited to 'www/chromium-uc/patches/extra/iridium-browser/browser-disable-profile-auto-import-on-first-run.patch')
| -rw-r--r-- | www/chromium-uc/patches/extra/iridium-browser/browser-disable-profile-auto-import-on-first-run.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium-uc/patches/extra/iridium-browser/browser-disable-profile-auto-import-on-first-run.patch b/www/chromium-uc/patches/extra/iridium-browser/browser-disable-profile-auto-import-on-first-run.patch deleted file mode 100644 index 0072e8f..0000000 --- a/www/chromium-uc/patches/extra/iridium-browser/browser-disable-profile-auto-import-on-first-run.patch +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | From 7134d5fd762237ad2d80093b68ccbd1582476640 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Joachim Bauch <jojo@struktur.de> | ||
| 3 | Date: Thu, 25 Jun 2015 15:51:59 +0200 | ||
| 4 | Subject: [PATCH 56/66] browser: disable profile auto-import on first run | ||
| 5 | |||
| 6 | --- | ||
| 7 | chrome/browser/chrome_browser_main.cc | 2 -- | ||
| 8 | 1 file changed, 2 deletions(-) | ||
| 9 | |||
| 10 | --- chrome/browser/chrome_browser_main.cc.orig | ||
| 11 | +++ chrome/browser/chrome_browser_main.cc | ||
| 12 | @@ -1492,8 +1492,6 @@ int ChromeBrowserMainParts::PreMainMessa | ||
| 13 | // and preferences have been registered since some of the import code depends | ||
| 14 | // on preferences. | ||
| 15 | if (first_run::IsChromeFirstRun()) { | ||
| 16 | - first_run::AutoImport(profile_, master_prefs_->import_bookmarks_path); | ||
| 17 | - | ||
| 18 | // Note: This can pop-up the first run consent dialog on Linux & Mac. | ||
| 19 | first_run::DoPostImportTasks(profile_, | ||
| 20 | master_prefs_->make_chrome_default_for_user); | ||
