Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Issue 14322002: Remove unused ImportProgressDialog. (Closed)

Created:
7 years, 8 months ago by gab
Modified:
7 years, 8 months ago
CC:
chromium-reviews, tfarina, sail+watch_chromium.org
Visibility:
Public.

Description

Remove unused ImportProgressDialog. There was only one Windows-specific/first-run code path for this dialog to be shown, but the first run import should be always silent, and I've run first run many times and have never seen this dialog (the import is probably too fast) anyways. jeffreyc@ gave the go to kill it at https://code.google.com/p/chromium/issues/detail?id=219419#c3 This is a precursor CL to https://codereview.chromium.org/12670013/ TBR=ben@chromium.org BUG=219419 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=196072

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix clang compile #

Total comments: 8

Patch Set 3 : fix nits #

Total comments: 3

Patch Set 4 : Reverted ImportFromBrowser back to returning an int. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -1223 lines) Patch
M chrome/browser/first_run/first_run.cc View 1 2 5 chunks +26 lines, -17 lines 0 comments Download
D chrome/browser/first_run/first_run_import_observer.h View 1 chunk +0 lines, -37 lines 0 comments Download
D chrome/browser/first_run/first_run_import_observer.cc View 1 chunk +0 lines, -30 lines 0 comments Download
M chrome/browser/first_run/first_run_internal.h View 1 2 2 chunks +37 lines, -0 lines 0 comments Download
M chrome/browser/first_run/first_run_posix.cc View 1 2 4 chunks +5 lines, -47 lines 0 comments Download
M chrome/browser/first_run/first_run_win.cc View 1 2 3 3 chunks +12 lines, -8 lines 0 comments Download
M chrome/browser/importer/importer_host.h View 1 chunk +4 lines, -2 lines 0 comments Download
D chrome/browser/importer/importer_observer.h View 1 chunk +0 lines, -18 lines 0 comments Download
D chrome/browser/importer/importer_progress_dialog.h View 1 chunk +0 lines, -31 lines 0 comments Download
D chrome/browser/ui/cocoa/importer/import_progress_dialog_cocoa.h View 1 chunk +0 lines, -90 lines 0 comments Download
D chrome/browser/ui/cocoa/importer/import_progress_dialog_cocoa.mm View 1 chunk +0 lines, -216 lines 0 comments Download
D chrome/browser/ui/gtk/importer/import_progress_dialog_gtk.h View 1 chunk +0 lines, -82 lines 0 comments Download
D chrome/browser/ui/gtk/importer/import_progress_dialog_gtk.cc View 1 chunk +0 lines, -225 lines 0 comments Download
D chrome/browser/ui/views/importer/import_progress_dialog_view.h View 1 chunk +0 lines, -92 lines 0 comments Download
D chrome/browser/ui/views/importer/import_progress_dialog_view.cc View 1 chunk +0 lines, -296 lines 0 comments Download
M chrome/browser/ui/views/stubs_aura.cc View 2 chunks +1 line, -20 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 3 chunks +0 lines, -6 lines 0 comments Download
M chrome/chrome_nibs.gyp View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
gab
Carlos, please take a look. Cheers, Gab https://codereview.chromium.org/14322002/diff/1/chrome/browser/first_run/first_run.cc File chrome/browser/first_run/first_run.cc (right): https://codereview.chromium.org/14322002/diff/1/chrome/browser/first_run/first_run.cc#newcode218 chrome/browser/first_run/first_run.cc:218: scoped_ptr<first_run::internal::ImportEndedObserver> observer( ...
7 years, 8 months ago (2013-04-17 02:41:01 UTC) #1
cpu_(ooo_6.6-7.5)
https://codereview.chromium.org/14322002/diff/4002/chrome/browser/first_run/first_run.cc File chrome/browser/first_run/first_run.cc (right): https://codereview.chromium.org/14322002/diff/4002/chrome/browser/first_run/first_run.cc#newcode202 chrome/browser/first_run/first_run.cc:202: // Imports bookmarks from an html file. The path ...
7 years, 8 months ago (2013-04-17 21:35:20 UTC) #2
gab
PTAL. Thanks, Gab https://codereview.chromium.org/14322002/diff/4002/chrome/browser/first_run/first_run.cc File chrome/browser/first_run/first_run.cc (right): https://codereview.chromium.org/14322002/diff/4002/chrome/browser/first_run/first_run.cc#newcode202 chrome/browser/first_run/first_run.cc:202: // Imports bookmarks from an html ...
7 years, 8 months ago (2013-04-18 14:51:56 UTC) #3
cpu_(ooo_6.6-7.5)
most excellent sir. lgtm
7 years, 8 months ago (2013-04-18 20:06:37 UTC) #4
gab
Miranda, can you take a look, you own most of the code being removed :)! ...
7 years, 8 months ago (2013-04-18 20:41:43 UTC) #5
gab
@mirandac: ping
7 years, 8 months ago (2013-04-22 18:11:58 UTC) #6
Miranda Callahan
Great change -- LGTM! https://codereview.chromium.org/14322002/diff/10001/chrome/browser/first_run/first_run.cc File chrome/browser/first_run/first_run.cc (right): https://codereview.chromium.org/14322002/diff/10001/chrome/browser/first_run/first_run.cc#newcode413 chrome/browser/first_run/first_run.cc:413: return true; The original return ...
7 years, 8 months ago (2013-04-23 07:10:29 UTC) #7
Miranda Callahan
Oh, one more thing -- it looks like there is a WaitForImport problem on the ...
7 years, 8 months ago (2013-04-23 07:17:49 UTC) #8
gab
Thanks, looking into WaitForImport. https://codereview.chromium.org/14322002/diff/10001/chrome/browser/first_run/first_run.cc File chrome/browser/first_run/first_run.cc (right): https://codereview.chromium.org/14322002/diff/10001/chrome/browser/first_run/first_run.cc#newcode413 chrome/browser/first_run/first_run.cc:413: return true; On 2013/04/23 07:10:29, ...
7 years, 8 months ago (2013-04-23 15:26:07 UTC) #9
gab
https://codereview.chromium.org/14322002/diff/10001/chrome/browser/first_run/first_run.cc File chrome/browser/first_run/first_run.cc (right): https://codereview.chromium.org/14322002/diff/10001/chrome/browser/first_run/first_run.cc#newcode413 chrome/browser/first_run/first_run.cc:413: return true; On 2013/04/23 15:26:07, gab wrote: > On ...
7 years, 8 months ago (2013-04-23 15:28:18 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gab@chromium.org/14322002/25001
7 years, 8 months ago (2013-04-23 22:35:16 UTC) #11
commit-bot: I haz the power
Presubmit check for 14322002-25001 failed and returned exit status 1. INFO:root:Found 9 file(s). Running presubmit ...
7 years, 8 months ago (2013-04-23 22:35:22 UTC) #12
gab
FTR, the issue with WaitForImport was that I had changed ImportFromBrowser from returning an int ...
7 years, 8 months ago (2013-04-23 22:40:56 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gab@chromium.org/14322002/25001
7 years, 8 months ago (2013-04-23 22:41:16 UTC) #14
commit-bot: I haz the power
Presubmit check for 14322002-25001 failed and returned exit status 1. INFO:root:Found 9 file(s). Running presubmit ...
7 years, 8 months ago (2013-04-23 22:41:22 UTC) #15
gab
TBR ben for gyp changes and small side-effects in stubs_aura.cc chrome/browser/ui/views/stubs_aura.cc chrome/chrome_browser.gypi chrome/chrome_browser_ui.gypi chrome/chrome_nibs.gyp Thanks, ...
7 years, 8 months ago (2013-04-23 22:44:22 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gab@chromium.org/14322002/25001
7 years, 8 months ago (2013-04-23 22:45:17 UTC) #17
commit-bot: I haz the power
7 years, 8 months ago (2013-04-24 07:29:54 UTC) #18
Message was sent while issue was closed.
Change committed as 196072

Powered by Google App Engine
This is Rietveld 408576698