Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Issue 3110038: Extract the processing of the web data service results processing in a standalone function. (Closed)

Created:
10 years, 4 months ago by levin
Modified:
9 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews, Paweł Hajdan Jr., ben+cc_chromium.org
Visibility:
Public.

Description

Extract the processing of the web data service results processing in a standalone function. BUG=38475 TEST=unit_test --gtest_filter=Temp* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57563

Patch Set 1 #

Patch Set 2 : rebased #

Total comments: 17

Patch Set 3 : Addressed feedback. #

Patch Set 4 : Account for moved header file. #

Total comments: 10

Patch Set 5 : Addressed feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+455 lines, -179 lines) Patch
M chrome/browser/search_engines/template_url.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/search_engines/template_url_model.h View 3 chunks +1 line, -11 lines 0 comments Download
M chrome/browser/search_engines/template_url_model.cc View 1 2 3 4 6 chunks +47 lines, -127 lines 0 comments Download
M chrome/browser/search_engines/template_url_model_unittest.cc View 1 2 3 4 6 chunks +206 lines, -41 lines 0 comments Download
M chrome/browser/search_engines/util.h View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
M chrome/browser/search_engines/util.cc View 1 2 3 4 2 chunks +170 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
levin
10 years, 4 months ago (2010-08-25 17:18:02 UTC) #1
sky
http://codereview.chromium.org/3110038/diff/2001/3002 File chrome/browser/search_engines/template_url_model.cc (left): http://codereview.chromium.org/3110038/diff/2001/3002#oldcode773 chrome/browser/search_engines/template_url_model.cc:773: Update(existing_url, *t_url); Seems like the new code doesn't update ...
10 years, 4 months ago (2010-08-25 17:56:15 UTC) #2
levin
In short all fixed. http://codereview.chromium.org/3110038/diff/2001/3002 File chrome/browser/search_engines/template_url_model.cc (left): http://codereview.chromium.org/3110038/diff/2001/3002#oldcode773 chrome/browser/search_engines/template_url_model.cc:773: Update(existing_url, *t_url); On 2010/08/25 17:56:15, ...
10 years, 4 months ago (2010-08-26 03:40:25 UTC) #3
levin
And great catches. Thank you very much.
10 years, 4 months ago (2010-08-26 03:41:49 UTC) #4
sky
http://codereview.chromium.org/3110038/diff/8/20002 File chrome/browser/search_engines/template_url_model.cc (right): http://codereview.chromium.org/3110038/diff/8/20002#newcode510 chrome/browser/search_engines/template_url_model.cc:510: default_search_provider_ = NULL; Is it necessary to set default_search_provider_ ...
10 years, 4 months ago (2010-08-26 17:15:52 UTC) #5
levin
All done as requested. http://codereview.chromium.org/3110038/diff/8/20002 File chrome/browser/search_engines/template_url_model.cc (right): http://codereview.chromium.org/3110038/diff/8/20002#newcode510 chrome/browser/search_engines/template_url_model.cc:510: default_search_provider_ = NULL; On 2010/08/26 ...
10 years, 4 months ago (2010-08-26 18:18:22 UTC) #6
sky
10 years, 4 months ago (2010-08-26 18:22:10 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698