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

Issue 2814743006: Refactoring after comments in https://codereview.chromium.org/2639153002 (Closed)

Created:
3 years, 8 months ago by Alexander Yashkin
Modified:
3 years, 8 months ago
Reviewers:
vasilii, Peter Kasting
CC:
chromium-apps-reviews_chromium.org, chromium-reviews, extensions-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactoring after comments in https://codereview.chromium.org/2639153002 In one of comments in https://codereview.chromium.org/2639153002 we decided to remove TemplateURLService::AddExtensionControlledTURL method and replace it with TemplateURL constructor. R=pkasting@chromium.org Review-Url: https://codereview.chromium.org/2814743006 Cr-Commit-Position: refs/heads/master@{#465245} Committed: https://chromium.googlesource.com/chromium/src/+/c134e76412a1d0ef7f64959f8ee1a5f550f67067

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fixed after review, round 1 #

Total comments: 4

Patch Set 3 : Fixed after review, round 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -81 lines) Patch
M chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_sync_unittest.cc View 3 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_test_util.h View 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_test_util.cc View 1 1 chunk +5 lines, -12 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_unittest.cc View 2 chunks +4 lines, -11 lines 0 comments Download
M components/search_engines/template_url.h View 1 chunk +15 lines, -4 lines 0 comments Download
M components/search_engines/template_url.cc View 1 2 2 chunks +21 lines, -2 lines 0 comments Download
M components/search_engines/template_url_service.h View 1 chunk +0 lines, -5 lines 0 comments Download
M components/search_engines/template_url_service.cc View 1 5 chunks +14 lines, -31 lines 0 comments Download

Messages

Total messages: 18 (8 generated)
Alexander Yashkin
3 years, 8 months ago (2017-04-12 08:35:42 UTC) #1
Peter Kasting
LGTM https://codereview.chromium.org/2814743006/diff/1/chrome/browser/search_engines/template_url_service_test_util.cc File chrome/browser/search_engines/template_url_service_test_util.cc (right): https://codereview.chromium.org/2814743006/diff/1/chrome/browser/search_engines/template_url_service_test_util.cc#newcode163 chrome/browser/search_engines/template_url_service_test_util.cc:163: DCHECK(result->GetExtensionInfoForTesting()); This unconditionally derefs the pointer, but then ...
3 years, 8 months ago (2017-04-13 00:11:01 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2814743006/20001
3 years, 8 months ago (2017-04-13 06:02:53 UTC) #5
Alexander Yashkin
https://codereview.chromium.org/2814743006/diff/1/chrome/browser/search_engines/template_url_service_test_util.cc File chrome/browser/search_engines/template_url_service_test_util.cc (right): https://codereview.chromium.org/2814743006/diff/1/chrome/browser/search_engines/template_url_service_test_util.cc#newcode163 chrome/browser/search_engines/template_url_service_test_util.cc:163: DCHECK(result->GetExtensionInfoForTesting()); On 2017/04/13 at 00:11:01, Peter Kasting wrote: > ...
3 years, 8 months ago (2017-04-13 06:07:50 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/410133)
3 years, 8 months ago (2017-04-13 06:11:13 UTC) #8
Alexander Yashkin
On 2017/04/13 at 06:11:13, commit-bot wrote: > Try jobs failed on following builders: > chromium_presubmit ...
3 years, 8 months ago (2017-04-17 15:33:18 UTC) #10
vasilii
lgtm https://codereview.chromium.org/2814743006/diff/20001/chrome/browser/search_engines/template_url_service_test_util.cc File chrome/browser/search_engines/template_url_service_test_util.cc (right): https://codereview.chromium.org/2814743006/diff/20001/chrome/browser/search_engines/template_url_service_test_util.cc#newcode164 chrome/browser/search_engines/template_url_service_test_util.cc:164: DCHECK(result->GetExtensionInfoForTesting()); ASSERT_TRUE is more appropriate https://codereview.chromium.org/2814743006/diff/20001/components/search_engines/template_url.cc File components/search_engines/template_url.cc ...
3 years, 8 months ago (2017-04-18 13:48:23 UTC) #11
Alexander Yashkin
https://codereview.chromium.org/2814743006/diff/20001/chrome/browser/search_engines/template_url_service_test_util.cc File chrome/browser/search_engines/template_url_service_test_util.cc (right): https://codereview.chromium.org/2814743006/diff/20001/chrome/browser/search_engines/template_url_service_test_util.cc#newcode164 chrome/browser/search_engines/template_url_service_test_util.cc:164: DCHECK(result->GetExtensionInfoForTesting()); On 2017/04/18 at 13:48:22, vasilii wrote: > ASSERT_TRUE ...
3 years, 8 months ago (2017-04-18 14:36:15 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2814743006/40001
3 years, 8 months ago (2017-04-18 14:36:40 UTC) #15
commit-bot: I haz the power
3 years, 8 months ago (2017-04-18 15:33:32 UTC) #18
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/c134e76412a1d0ef7f64959f8ee1...

Powered by Google App Engine
This is Rietveld 408576698