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

Issue 18120005: Remove Google Toolbar importer (aka google.com/bookmarks importer). (Closed)

Created:
7 years, 5 months ago by gab
Modified:
7 years, 5 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, tfarina, robertshield, Miranda Callahan, scottmg
Visibility:
Public.

Description

Remove Google Toolbar importer (aka google.com/bookmarks importer). (see bug for details on decision) A follow-up CL will get rid of the in-process import code (ImporterHost). BUG=243423, 254672 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=209610

Patch Set 1 #

Patch Set 2 : more code removed #

Patch Set 3 : remove google toolbar strings #

Total comments: 6

Patch Set 4 : merge up to r208692 #

Patch Set 5 : fix comment #

Patch Set 6 : + paranthesis #

Patch Set 7 : fix compile #

Total comments: 2

Patch Set 8 : -explicit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -1518 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/first_run/first_run.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/first_run/first_run_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/importer/external_process_importer_client.cc View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/importer/importer_bridge.h View 1 2 3 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/importer/importer_data_types.h View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/importer/importer_host.h View 6 chunks +1 line, -14 lines 0 comments Download
M chrome/browser/importer/importer_host.cc View 5 chunks +0 lines, -53 lines 0 comments Download
M chrome/browser/importer/importer_list.h View 1 2 3 4 5 6 7 3 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/importer/importer_list.cc View 3 chunks +1 line, -25 lines 0 comments Download
M chrome/browser/importer/importer_type.h View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/importer/importer_type.cc View 4 chunks +1 line, -7 lines 0 comments Download
D chrome/browser/importer/toolbar_importer.h View 1 chunk +0 lines, -170 lines 0 comments Download
D chrome/browser/importer/toolbar_importer.cc View 1 chunk +0 lines, -573 lines 0 comments Download
D chrome/browser/importer/toolbar_importer_unittest.cc View 1 chunk +0 lines, -488 lines 0 comments Download
D chrome/browser/importer/toolbar_importer_utils.h View 1 chunk +0 lines, -22 lines 0 comments Download
D chrome/browser/importer/toolbar_importer_utils.cc View 1 chunk +0 lines, -79 lines 0 comments Download
D chrome/browser/importer/toolbar_importer_utils_browsertest.cc View 1 chunk +0 lines, -41 lines 0 comments Download
M chrome/browser/ui/webui/options/import_data_handler.cc View 1 2 3 4 5 6 3 chunks +2 lines, -12 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
gab
Ilya, PTAL. TBR jam for OWNER on side-effect in chrome/browser/automation/testing_automation_provider.cc TBR jhawkins for OWNER on ...
7 years, 5 months ago (2013-06-28 02:08:01 UTC) #1
scottmg
Woo! On Thu, Jun 27, 2013 at 7:08 PM, <gab@chromium.org> wrote: > Reviewers: Ilya Sherman, ...
7 years, 5 months ago (2013-06-28 02:10:27 UTC) #2
James Hawkins
I didn't look at any of the other files, but for the file you TBRed ...
7 years, 5 months ago (2013-06-28 02:23:16 UTC) #3
gab
On 2013/06/28 02:23:16, James Hawkins wrote: > I didn't look at any of the other ...
7 years, 5 months ago (2013-06-28 02:50:08 UTC) #4
gab
7 years, 5 months ago (2013-06-28 03:03:15 UTC) #5
James Hawkins
LGTM with nit. https://codereview.chromium.org/18120005/diff/13001/chrome/browser/ui/webui/options/import_data_handler.cc File chrome/browser/ui/webui/options/import_data_handler.cc (right): https://codereview.chromium.org/18120005/diff/13001/chrome/browser/ui/webui/options/import_data_handler.cc#newcode112 chrome/browser/ui/webui/options/import_data_handler.cc:112: importer_host_ = new ExternalProcessImporterHost; nit: Host();
7 years, 5 months ago (2013-06-28 03:08:15 UTC) #6
gab
https://codereview.chromium.org/18120005/diff/13001/chrome/browser/ui/webui/options/import_data_handler.cc File chrome/browser/ui/webui/options/import_data_handler.cc (right): https://codereview.chromium.org/18120005/diff/13001/chrome/browser/ui/webui/options/import_data_handler.cc#newcode112 chrome/browser/ui/webui/options/import_data_handler.cc:112: importer_host_ = new ExternalProcessImporterHost; On 2013/06/28 03:08:15, James Hawkins ...
7 years, 5 months ago (2013-06-28 04:23:15 UTC) #7
Avi (use Gerrit)
die importers, die! https://codereview.chromium.org/18120005/diff/13001/chrome/browser/importer/importer_type.h File chrome/browser/importer/importer_type.h (right): https://codereview.chromium.org/18120005/diff/13001/chrome/browser/importer/importer_type.h#newcode30 chrome/browser/importer/importer_type.h:30: // Value 4 was the (now ...
7 years, 5 months ago (2013-06-28 04:31:19 UTC) #8
gab
https://codereview.chromium.org/18120005/diff/13001/chrome/browser/importer/importer_type.h File chrome/browser/importer/importer_type.h (right): https://codereview.chromium.org/18120005/diff/13001/chrome/browser/importer/importer_type.h#newcode30 chrome/browser/importer/importer_type.h:30: // Value 4 was the (now deleted) Firefox 2 ...
7 years, 5 months ago (2013-06-28 04:42:10 UTC) #9
James Hawkins
https://codereview.chromium.org/18120005/diff/13001/chrome/browser/ui/webui/options/import_data_handler.cc File chrome/browser/ui/webui/options/import_data_handler.cc (right): https://codereview.chromium.org/18120005/diff/13001/chrome/browser/ui/webui/options/import_data_handler.cc#newcode112 chrome/browser/ui/webui/options/import_data_handler.cc:112: importer_host_ = new ExternalProcessImporterHost; On 2013/06/28 04:23:16, gab wrote: ...
7 years, 5 months ago (2013-06-28 15:23:58 UTC) #10
gab
https://codereview.chromium.org/18120005/diff/13001/chrome/browser/ui/webui/options/import_data_handler.cc File chrome/browser/ui/webui/options/import_data_handler.cc (right): https://codereview.chromium.org/18120005/diff/13001/chrome/browser/ui/webui/options/import_data_handler.cc#newcode112 chrome/browser/ui/webui/options/import_data_handler.cc:112: importer_host_ = new ExternalProcessImporterHost; On 2013/06/28 15:23:59, James Hawkins ...
7 years, 5 months ago (2013-06-28 15:40:28 UTC) #11
jam
On 2013/06/28 02:08:01, gab wrote: > Ilya, PTAL. > > TBR jam for OWNER on ...
7 years, 5 months ago (2013-06-28 16:17:32 UTC) #12
James Hawkins
SLGTM
7 years, 5 months ago (2013-06-28 17:52:26 UTC) #13
Ilya Sherman
Thanks! LGTM with one nit: https://codereview.chromium.org/18120005/diff/4004/chrome/browser/importer/importer_list.h File chrome/browser/importer/importer_list.h (right): https://codereview.chromium.org/18120005/diff/4004/chrome/browser/importer/importer_list.h#newcode24 chrome/browser/importer/importer_list.h:24: explicit ImporterList(); nit: No ...
7 years, 5 months ago (2013-06-28 20:35:15 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gab@chromium.org/18120005/47001
7 years, 5 months ago (2013-07-02 01:42:19 UTC) #15
gab
Thanks, done! https://codereview.chromium.org/18120005/diff/4004/chrome/browser/importer/importer_list.h File chrome/browser/importer/importer_list.h (right): https://codereview.chromium.org/18120005/diff/4004/chrome/browser/importer/importer_list.h#newcode24 chrome/browser/importer/importer_list.h:24: explicit ImporterList(); On 2013/06/28 20:35:15, Ilya Sherman ...
7 years, 5 months ago (2013-07-02 01:43:58 UTC) #16
commit-bot: I haz the power
7 years, 5 months ago (2013-07-02 04:18:36 UTC) #17
Message was sent while issue was closed.
Change committed as 209610

Powered by Google App Engine
This is Rietveld 408576698