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

Issue 886173002: Allow server endpoint to be injected into the NetMetricsLogUploader from chrome/ (Closed)

Created:
5 years, 10 months ago by ivansham
Modified:
5 years, 10 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org, davileen
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Allow server endpoint to be injected into the NetMetricsLogUploader from chrome/ As discussed in https://codereview.chromium.org/866163002/, this change will allow consumer of the metrics component to configure the metrics uploader endpoint without modifying the component. BUG=453987 Committed: https://crrev.com/1fbce4562b2a12e9a40cca38b3dcebd71dd02063 Cr-Commit-Position: refs/heads/master@{#316915}

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed asvitkine@'s comment and include changes for chromecast/ #

Total comments: 4

Patch Set 3 : Address compilation problem with chromecast #

Patch Set 4 : Fixed GN build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -24 lines) Patch
M AUTHORS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/metrics/chrome_metrics_service_client.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/metrics/chrome_metrics_service_client.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M chromecast/browser/metrics/cast_metrics_service_client.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chromecast/browser/metrics/cast_metrics_service_client.cc View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M components/metrics.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/metrics/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M components/metrics/metrics_service.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M components/metrics/metrics_service_client.h View 1 chunk +0 lines, -2 lines 0 comments Download
M components/metrics/test_metrics_service_client.h View 1 chunk +0 lines, -2 lines 0 comments Download
M components/metrics/test_metrics_service_client.cc View 1 chunk +0 lines, -2 lines 0 comments Download
A components/metrics/url_constants.h View 1 1 chunk +18 lines, -0 lines 0 comments Download
A components/metrics/url_constants.cc View 1 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 47 (17 generated)
ivansham
Hi Alexei, Here's an implementation of the changes for pulling out the url constant as ...
5 years, 10 months ago (2015-01-30 23:16:42 UTC) #2
gunsch
On 2015/01/30 23:16:42, isham wrote: > Hi Alexei, > Here's an implementation of the changes ...
5 years, 10 months ago (2015-01-31 20:02:29 UTC) #3
Alexei Svitkine (slow)
LGTM
5 years, 10 months ago (2015-02-02 15:07:19 UTC) #6
Alexei Svitkine (slow)
not lgtm https://codereview.chromium.org/886173002/diff/1/chrome/browser/metrics/url_constants.h File chrome/browser/metrics/url_constants.h (right): https://codereview.chromium.org/886173002/diff/1/chrome/browser/metrics/url_constants.h#newcode1 chrome/browser/metrics/url_constants.h:1: // Copyright 2014 The Chromium Authors. All ...
5 years, 10 months ago (2015-02-02 15:09:12 UTC) #7
gunsch
On 2015/02/02 15:09:12, Alexei Svitkine wrote: > not lgtm > > https://codereview.chromium.org/886173002/diff/1/chrome/browser/metrics/url_constants.h > File chrome/browser/metrics/url_constants.h ...
5 years, 10 months ago (2015-02-02 15:55:56 UTC) #8
ivansham
On 2015/02/02 15:55:56, gunsch wrote: > On 2015/02/02 15:09:12, Alexei Svitkine wrote: > > not ...
5 years, 10 months ago (2015-02-02 20:33:50 UTC) #9
ivansham
Added new patch set, PTAL. Thanks.
5 years, 10 months ago (2015-02-03 21:41:56 UTC) #10
ivansham
Added new patch set, PTAL. Thanks.
5 years, 10 months ago (2015-02-03 21:41:58 UTC) #11
ivansham
addressed comments https://codereview.chromium.org/886173002/diff/1/chrome/browser/metrics/url_constants.h File chrome/browser/metrics/url_constants.h (right): https://codereview.chromium.org/886173002/diff/1/chrome/browser/metrics/url_constants.h#newcode1 chrome/browser/metrics/url_constants.h:1: // Copyright 2014 The Chromium Authors. All ...
5 years, 10 months ago (2015-02-04 00:43:01 UTC) #12
Alexei Svitkine (slow)
+mal@ for the AUTHORS clarification. Otherwise, I'm OK with this change. https://codereview.chromium.org/886173002/diff/20001/AUTHORS File AUTHORS (right): ...
5 years, 10 months ago (2015-02-09 19:13:16 UTC) #14
Mark Larson
On 2015/02/09 19:13:16, Alexei Svitkine wrote: > +mal@ for the AUTHORS clarification. > > Otherwise, ...
5 years, 10 months ago (2015-02-09 19:24:03 UTC) #15
gunsch
https://codereview.chromium.org/886173002/diff/20001/chromecast/browser/metrics/cast_metrics_service_client.cc File chromecast/browser/metrics/cast_metrics_service_client.cc (right): https://codereview.chromium.org/886173002/diff/20001/chromecast/browser/metrics/cast_metrics_service_client.cc#newcode138 chromecast/browser/metrics/cast_metrics_service_client.cc:138: std::string uma_server_url(server_url); this won't compile.
5 years, 10 months ago (2015-02-09 21:36:12 UTC) #16
ivansham
thanks for pointing that out. can you point me to instructions for compiling / testing ...
5 years, 10 months ago (2015-02-10 17:39:24 UTC) #17
gunsch
build/gyp_chromium -Dchromecast=1 ninja -C out/Debug cast_shell https://codereview.chromium.org/886173002/diff/20001/chromecast/browser/metrics/cast_metrics_service_client.cc File chromecast/browser/metrics/cast_metrics_service_client.cc (right): https://codereview.chromium.org/886173002/diff/20001/chromecast/browser/metrics/cast_metrics_service_client.cc#newcode138 chromecast/browser/metrics/cast_metrics_service_client.cc:138: std::string uma_server_url(server_url); On ...
5 years, 10 months ago (2015-02-10 17:54:10 UTC) #18
ivansham
On 2015/02/09 19:24:03, Mark Larson wrote: > On 2015/02/09 19:13:16, Alexei Svitkine wrote: > > ...
5 years, 10 months ago (2015-02-10 17:54:38 UTC) #19
Alexei Svitkine (slow)
Hmm, I don't see you in the internal spreadsheet. mal@ - could you check what's ...
5 years, 10 months ago (2015-02-10 18:11:33 UTC) #20
ivansham
fixed the compilation problems with chromecast, PTAL. thanks!
5 years, 10 months ago (2015-02-10 21:01:22 UTC) #21
gunsch
chromecast/ lgtm
5 years, 10 months ago (2015-02-10 21:09:07 UTC) #22
Mark Larson
LGTM from a CLA standpoint
5 years, 10 months ago (2015-02-16 22:09:57 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/886173002/40001
5 years, 10 months ago (2015-02-16 22:40:12 UTC) #28
commit-bot: I haz the power
A disapproval has been posted by following reviewers: asvitkine@chromium.org. Please make sure to get positive ...
5 years, 10 months ago (2015-02-16 22:40:17 UTC) #30
Alexei Svitkine (slow)
lgtm
5 years, 10 months ago (2015-02-17 00:46:18 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/886173002/40001
5 years, 10 months ago (2015-02-17 00:47:15 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/8783)
5 years, 10 months ago (2015-02-17 01:02:42 UTC) #35
ivansham
added the missing entries to the gn file
5 years, 10 months ago (2015-02-17 18:04:11 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/886173002/60001
5 years, 10 months ago (2015-02-17 19:57:15 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: android_rel_tests_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_rel_tests_recipe/builds/2498)
5 years, 10 months ago (2015-02-17 21:32:05 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/886173002/60001
5 years, 10 months ago (2015-02-18 22:39:21 UTC) #45
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-02-18 23:27:19 UTC) #46
commit-bot: I haz the power
5 years, 10 months ago (2015-02-18 23:28:01 UTC) #47
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1fbce4562b2a12e9a40cca38b3dcebd71dd02063
Cr-Commit-Position: refs/heads/master@{#316915}

Powered by Google App Engine
This is Rietveld 408576698