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 | 14 |
1 files changed, 5 insertions, 9 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 index 0072e8f..1357064 100644 --- 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 | |||
| @@ -3,18 +3,14 @@ From: Joachim Bauch <jojo@struktur.de> | |||
| 3 | Date: Thu, 25 Jun 2015 15:51:59 +0200 | 3 | Date: Thu, 25 Jun 2015 15:51:59 +0200 |
| 4 | Subject: [PATCH 56/66] browser: disable profile auto-import on first run | 4 | Subject: [PATCH 56/66] browser: disable profile auto-import on first run |
| 5 | 5 | ||
| 6 | --- | 6 | --- a/chrome/browser/chrome_browser_main.cc |
| 7 | chrome/browser/chrome_browser_main.cc | 2 -- | 7 | +++ b/chrome/browser/chrome_browser_main.cc |
| 8 | 1 file changed, 2 deletions(-) | 8 | @@ -1620,8 +1620,6 @@ int ChromeBrowserMainParts::PreMainMessa |
| 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 | 9 | // and preferences have been registered since some of the import code depends |
| 14 | // on preferences. | 10 | // on preferences. |
| 15 | if (first_run::IsChromeFirstRun()) { | 11 | if (first_run::IsChromeFirstRun()) { |
| 16 | - first_run::AutoImport(profile_, master_prefs_->import_bookmarks_path); | 12 | - first_run::AutoImport(profile, master_prefs_->import_bookmarks_path); |
| 17 | - | 13 | - |
| 18 | // Note: This can pop-up the first run consent dialog on Linux & Mac. | 14 | // Note: This can pop-up the first run consent dialog on Linux & Mac. |
| 19 | first_run::DoPostImportTasks(profile_, | 15 | first_run::DoPostImportTasks(profile, |
| 20 | master_prefs_->make_chrome_default_for_user); | 16 | master_prefs_->make_chrome_default_for_user); |
