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

Issue 285193002: Create GoogleURLTrackerClient interface and //chrome implementation (Closed)

Created:
6 years, 7 months ago by blundell
Modified:
6 years, 7 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews
Visibility:
Public.

Description

Create GoogleURLTrackerClient interface and //chrome implementation GoogleURLTrackerClient is the interface via which GoogleURLTracker will talk to its embedder. This CL creates that interface as well as ChromeGoogleURLTrackerClient, the //chrome implementation. The interface and implementation are carved out of GoogleURLTrackerNavigationTracker(Impl), specifically the parts that are not per-tab. A followup CL will modify GoogleURLTrackerNavigationTracker to the driver interface for GoogleURLTracker. BUG=373220 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271638

Patch Set 1 #

Patch Set 2 : Add header #

Total comments: 29

Patch Set 3 : Response to review #

Total comments: 10

Patch Set 4 : Response to review #

Total comments: 2

Patch Set 5 : Response to review #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -81 lines) Patch
A chrome/browser/google/chrome_google_url_tracker_client.h View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/browser/google/chrome_google_url_tracker_client.cc View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download
M chrome/browser/google/google_url_tracker.h View 1 2 3 4 5 6 4 chunks +10 lines, -6 lines 0 comments Download
M chrome/browser/google/google_url_tracker.cc View 1 2 3 4 5 6 6 chunks +12 lines, -6 lines 0 comments Download
M chrome/browser/google/google_url_tracker_factory.cc View 1 2 3 4 5 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/google/google_url_tracker_navigation_helper.h View 1 chunk +1 line, -9 lines 0 comments Download
M chrome/browser/google/google_url_tracker_navigation_helper_impl.h View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/google/google_url_tracker_navigation_helper_impl.cc View 2 chunks +0 lines, -33 lines 0 comments Download
M chrome/browser/google/google_url_tracker_unittest.cc View 1 2 3 4 5 6 10 chunks +44 lines, -22 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M components/google.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A components/google/core/browser/google_url_tracker_client.h View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A components/google/core/browser/google_url_tracker_client.cc View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
blundell
6 years, 7 months ago (2014-05-14 21:46:04 UTC) #1
Peter Kasting
https://codereview.chromium.org/285193002/diff/20001/chrome/browser/google/chrome_google_url_tracker_client.cc File chrome/browser/google/chrome_google_url_tracker_client.cc (right): https://codereview.chromium.org/285193002/diff/20001/chrome/browser/google/chrome_google_url_tracker_client.cc#newcode16 chrome/browser/google/chrome_google_url_tracker_client.cc:16: ChromeGoogleURLTrackerClient() : tracker_(NULL) { Nit: Linebreak not necessary (everything ...
6 years, 7 months ago (2014-05-14 23:30:27 UTC) #2
blundell
Thanks! https://codereview.chromium.org/285193002/diff/20001/chrome/browser/google/chrome_google_url_tracker_client.cc File chrome/browser/google/chrome_google_url_tracker_client.cc (right): https://codereview.chromium.org/285193002/diff/20001/chrome/browser/google/chrome_google_url_tracker_client.cc#newcode16 chrome/browser/google/chrome_google_url_tracker_client.cc:16: ChromeGoogleURLTrackerClient() : tracker_(NULL) { On 2014/05/14 23:30:28, Peter ...
6 years, 7 months ago (2014-05-15 07:58:02 UTC) #3
Peter Kasting
https://codereview.chromium.org/285193002/diff/20001/chrome/browser/google/google_url_tracker.cc File chrome/browser/google/google_url_tracker.cc (right): https://codereview.chromium.org/285193002/diff/20001/chrome/browser/google/google_url_tracker.cc#newcode211 chrome/browser/google/google_url_tracker.cc:211: weak_ptr_factory_.InvalidateWeakPtrs(); On 2014/05/15 07:58:03, blundell wrote: > I'm not ...
6 years, 7 months ago (2014-05-15 21:19:21 UTC) #4
blundell
Thanks! https://codereview.chromium.org/285193002/diff/70014/components/google/core/browser/google_url_tracker_client.cc File components/google/core/browser/google_url_tracker_client.cc (right): https://codereview.chromium.org/285193002/diff/70014/components/google/core/browser/google_url_tracker_client.cc#newcode7 components/google/core/browser/google_url_tracker_client.cc:7: #include <stddef.h> No longer needed after adding the ...
6 years, 7 months ago (2014-05-16 08:29:26 UTC) #5
Peter Kasting
LGTM https://codereview.chromium.org/285193002/diff/70014/chrome/browser/google/google_url_tracker_unittest.cc File chrome/browser/google/google_url_tracker_unittest.cc (right): https://codereview.chromium.org/285193002/diff/70014/chrome/browser/google/google_url_tracker_unittest.cc#newcode97 chrome/browser/google/google_url_tracker_unittest.cc:97: Nit: Don't remove this blank line. https://codereview.chromium.org/285193002/diff/90001/chrome/browser/google/google_url_tracker.cc File ...
6 years, 7 months ago (2014-05-16 23:21:08 UTC) #6
blundell
https://codereview.chromium.org/285193002/diff/70014/chrome/browser/google/google_url_tracker_unittest.cc File chrome/browser/google/google_url_tracker_unittest.cc (right): https://codereview.chromium.org/285193002/diff/70014/chrome/browser/google/google_url_tracker_unittest.cc#newcode97 chrome/browser/google/google_url_tracker_unittest.cc:97: On 2014/05/16 23:21:07, Peter Kasting wrote: > Nit: Don't ...
6 years, 7 months ago (2014-05-17 19:06:06 UTC) #7
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 7 months ago (2014-05-18 20:57:04 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/285193002/130001
6 years, 7 months ago (2014-05-18 20:57:18 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-18 21:26:02 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-18 21:28:35 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_clang_dbg/builds/26248)
6 years, 7 months ago (2014-05-18 21:28:36 UTC) #12
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 7 months ago (2014-05-19 06:19:43 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/285193002/130001
6 years, 7 months ago (2014-05-19 06:20:02 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-19 06:48:42 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-19 06:51:45 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/28296)
6 years, 7 months ago (2014-05-19 06:51:45 UTC) #17
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 7 months ago (2014-05-19 09:19:32 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/285193002/130001
6 years, 7 months ago (2014-05-19 09:19:42 UTC) #19
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-19 09:46:37 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-19 09:50:04 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/5349) linux_chromium_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_clang_dbg/builds/26310)
6 years, 7 months ago (2014-05-19 09:50:04 UTC) #22
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 7 months ago (2014-05-19 15:17:56 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/285193002/130001
6 years, 7 months ago (2014-05-19 15:18:04 UTC) #24
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-19 15:46:06 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-19 15:49:08 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/68408) linux_chromium_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_clang_dbg/builds/26387) linux_chromium_rel ...
6 years, 7 months ago (2014-05-19 15:49:09 UTC) #27
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 7 months ago (2014-05-20 07:31:29 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/285193002/150001
6 years, 7 months ago (2014-05-20 07:31:53 UTC) #29
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-20 09:24:12 UTC) #30
commit-bot: I haz the power
6 years, 7 months ago (2014-05-20 14:49:48 UTC) #31
Message was sent while issue was closed.
Change committed as 271638

Powered by Google App Engine
This is Rietveld 408576698