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

Issue 979363003: UMA: use a more frequent upload interval for Chromecast. (Closed)

Created:
5 years, 9 months ago by gunsch
Modified:
5 years, 9 months ago
CC:
chromium-reviews, gfhuang
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

UMA: use a more frequent upload interval for Chromecast. R=asvitkine@chromium.org BUG=464554 Committed: https://crrev.com/7cbdcb216ea70a52c1a0d65f4bdf0348e11f0144 Cr-Commit-Position: refs/heads/master@{#320515}

Patch Set 1 #

Patch Set 2 : fix gn bit #

Patch Set 3 : adds upload interval to client #

Total comments: 12

Patch Set 4 : rebase, cleaned up experiment code #

Total comments: 2

Patch Set 5 : removes conditional #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -75 lines) Patch
M chrome/browser/metrics/chrome_metrics_service_client.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/metrics/chrome_metrics_service_client.cc View 1 2 3 4 5 chunks +32 lines, -4 lines 0 comments Download
M chromecast/browser/metrics/cast_metrics_service_client.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chromecast/browser/metrics/cast_metrics_service_client.cc View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M components/metrics/metrics_reporting_scheduler.h View 1 2 3 3 chunks +7 lines, -9 lines 0 comments Download
M components/metrics/metrics_reporting_scheduler.cc View 1 2 3 4 chunks +3 lines, -44 lines 0 comments Download
M components/metrics/metrics_reporting_scheduler_unittest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M components/metrics/metrics_service.h View 1 2 2 chunks +0 lines, -7 lines 0 comments Download
M components/metrics/metrics_service.cc View 1 2 2 chunks +6 lines, -7 lines 0 comments Download
M components/metrics/metrics_service_client.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M components/metrics/test_metrics_service_client.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/test_metrics_service_client.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (3 generated)
gunsch
5 years, 9 months ago (2015-03-05 22:55:22 UTC) #1
Alexei Svitkine (slow)
I don't like this approach. If we extrapolate, then every new user of the component ...
5 years, 9 months ago (2015-03-06 16:43:54 UTC) #2
gunsch
You're right, this was a pretty awful first attempt, mostly inspired by how we hacked ...
5 years, 9 months ago (2015-03-07 00:19:58 UTC) #4
Ilya Sherman
On 2015/03/07 00:19:58, gunsch wrote: > You're right, this was a pretty awful first attempt, ...
5 years, 9 months ago (2015-03-07 00:28:12 UTC) #5
gunsch
On 2015/03/07 00:28:12, Ilya Sherman wrote: > On 2015/03/07 00:19:58, gunsch wrote: > > You're ...
5 years, 9 months ago (2015-03-07 00:37:11 UTC) #6
Alexei Svitkine (slow)
I think iOS still uses it right now, but the eventual plan is to only ...
5 years, 9 months ago (2015-03-07 01:08:54 UTC) #7
Alexei Svitkine (slow)
The diff looks incorrect - looks like you picked up gayane's CL somehow in it? ...
5 years, 9 months ago (2015-03-09 16:53:45 UTC) #8
gayane -on leave until 09-2017
On 2015/03/09 16:53:45, Alexei Svitkine wrote: > The diff looks incorrect - looks like you ...
5 years, 9 months ago (2015-03-09 16:56:19 UTC) #9
Alexei Svitkine (slow)
Thanks gayane@ for pointing that out - upon closer inspection, that makes sense. https://codereview.chromium.org/979363003/diff/40001/chrome/browser/metrics/chrome_metrics_service_client.cc File ...
5 years, 9 months ago (2015-03-09 17:26:17 UTC) #10
gayane -on leave until 09-2017
https://codereview.chromium.org/979363003/diff/40001/chrome/browser/metrics/chrome_metrics_service_client.cc File chrome/browser/metrics/chrome_metrics_service_client.cc (right): https://codereview.chromium.org/979363003/diff/40001/chrome/browser/metrics/chrome_metrics_service_client.cc#newcode310 chrome/browser/metrics/chrome_metrics_service_client.cc:310: cellular_callback_ = network_metrics_provider->GetConnectionCallback(); On 2015/03/09 17:26:17, Alexei Svitkine wrote: ...
5 years, 9 months ago (2015-03-09 18:18:37 UTC) #11
Alexei Svitkine (slow)
https://codereview.chromium.org/979363003/diff/40001/chrome/browser/metrics/chrome_metrics_service_client.cc File chrome/browser/metrics/chrome_metrics_service_client.cc (right): https://codereview.chromium.org/979363003/diff/40001/chrome/browser/metrics/chrome_metrics_service_client.cc#newcode310 chrome/browser/metrics/chrome_metrics_service_client.cc:310: cellular_callback_ = network_metrics_provider->GetConnectionCallback(); On 2015/03/09 18:18:36, gayane wrote: > ...
5 years, 9 months ago (2015-03-09 18:20:42 UTC) #12
gunsch
Thanks for taking a look. Was OOO the last few days but back now and ...
5 years, 9 months ago (2015-03-13 00:48:25 UTC) #13
gunsch
https://codereview.chromium.org/979363003/diff/40001/chrome/browser/metrics/chrome_metrics_service_client.h File chrome/browser/metrics/chrome_metrics_service_client.h (right): https://codereview.chromium.org/979363003/diff/40001/chrome/browser/metrics/chrome_metrics_service_client.h#newcode177 chrome/browser/metrics/chrome_metrics_service_client.h:177: base::Callback<void(bool*)> cellular_callback_; On 2015/03/09 16:53:45, Alexei Svitkine (slow) wrote: ...
5 years, 9 months ago (2015-03-13 00:50:13 UTC) #14
Alexei Svitkine (slow)
lgtm % comment https://codereview.chromium.org/979363003/diff/60001/chrome/browser/metrics/chrome_metrics_service_client.cc File chrome/browser/metrics/chrome_metrics_service_client.cc (right): https://codereview.chromium.org/979363003/diff/60001/chrome/browser/metrics/chrome_metrics_service_client.cc#newcode271 chrome/browser/metrics/chrome_metrics_service_client.cc:271: if (!cellular_callback_.is_null()) This if shouldn't be ...
5 years, 9 months ago (2015-03-13 02:44:53 UTC) #15
gunsch
https://codereview.chromium.org/979363003/diff/60001/chrome/browser/metrics/chrome_metrics_service_client.cc File chrome/browser/metrics/chrome_metrics_service_client.cc (right): https://codereview.chromium.org/979363003/diff/60001/chrome/browser/metrics/chrome_metrics_service_client.cc#newcode271 chrome/browser/metrics/chrome_metrics_service_client.cc:271: if (!cellular_callback_.is_null()) On 2015/03/13 02:44:53, Alexei Svitkine (slow) wrote: ...
5 years, 9 months ago (2015-03-13 15:48:02 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/979363003/80001
5 years, 9 months ago (2015-03-13 15:48:33 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 9 months ago (2015-03-13 17:02:11 UTC) #20
commit-bot: I haz the power
5 years, 9 months ago (2015-03-13 17:03:43 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/7cbdcb216ea70a52c1a0d65f4bdf0348e11f0144
Cr-Commit-Position: refs/heads/master@{#320515}

Powered by Google App Engine
This is Rietveld 408576698