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

Issue 558653002: Allow MetricsProviders to request an initial stability log. (Closed)

Created:
6 years, 3 months ago by Sigurður Ásgeirsson
Modified:
6 years, 3 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Project:
chromium
Visibility:
Public.

Description

Allow MetricsProviders to request an initial stability log. BUG=412384 Committed: https://crrev.com/c179dd0632b2a6cc26f0016bdddfeea68e9d2a3d Cr-Commit-Position: refs/heads/master@{#294182}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address Alexei's comments. #

Total comments: 12

Patch Set 3 : Address Alexei's comments, round deux. #

Total comments: 2

Patch Set 4 : Merge to ToT. #

Patch Set 5 : Fix chromium style violation by moving non-empty virtual method to a .cc file. #

Patch Set 6 : Move all MetricsProvider implementation to .cc file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -12 lines) Patch
M components/metrics.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/metrics_provider.h View 1 2 3 4 5 1 chunk +12 lines, -8 lines 0 comments Download
A components/metrics/metrics_provider.cc View 1 2 3 4 5 1 chunk +40 lines, -0 lines 0 comments Download
M components/metrics/metrics_service.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M components/metrics/metrics_service.cc View 1 2 3 3 chunks +17 lines, -4 lines 0 comments Download
M components/metrics/metrics_service_unittest.cc View 1 2 3 2 chunks +97 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
Sigurður Ásgeirsson
PTAL - first step towards adding a Windows browser watch.
6 years, 3 months ago (2014-09-09 15:14:19 UTC) #2
Alexei Svitkine (slow)
https://codereview.chromium.org/558653002/diff/1/components/metrics/metrics_service.cc File components/metrics/metrics_service.cc (right): https://codereview.chromium.org/558653002/diff/1/components/metrics/metrics_service.cc#newcode570 components/metrics/metrics_service.cc:570: if (!local_state_->GetBoolean(metrics::prefs::kStabilityExitedCleanly)) { It's kind of confusing to have ...
6 years, 3 months ago (2014-09-09 15:34:28 UTC) #3
Sigurður Ásgeirsson
Thanks - please take another look. https://codereview.chromium.org/558653002/diff/1/components/metrics/metrics_service.cc File components/metrics/metrics_service.cc (right): https://codereview.chromium.org/558653002/diff/1/components/metrics/metrics_service.cc#newcode570 components/metrics/metrics_service.cc:570: if (!local_state_->GetBoolean(metrics::prefs::kStabilityExitedCleanly)) { ...
6 years, 3 months ago (2014-09-09 17:13:40 UTC) #4
Alexei Svitkine (slow)
https://codereview.chromium.org/558653002/diff/20001/components/metrics/metrics_service.cc File components/metrics/metrics_service.cc (left): https://codereview.chromium.org/558653002/diff/20001/components/metrics/metrics_service.cc#oldcode572 components/metrics/metrics_service.cc:572: // monitoring. Nit: Preserve the comment. https://codereview.chromium.org/558653002/diff/20001/components/metrics/metrics_service_unittest.cc File components/metrics/metrics_service_unittest.cc ...
6 years, 3 months ago (2014-09-09 17:24:43 UTC) #5
Sigurður Ásgeirsson
Thanks - one moar time? https://codereview.chromium.org/558653002/diff/20001/components/metrics/metrics_service.cc File components/metrics/metrics_service.cc (left): https://codereview.chromium.org/558653002/diff/20001/components/metrics/metrics_service.cc#oldcode572 components/metrics/metrics_service.cc:572: // monitoring. On 2014/09/09 ...
6 years, 3 months ago (2014-09-09 19:27:00 UTC) #6
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/558653002/diff/40001/components/metrics/metrics_service_unittest.cc File components/metrics/metrics_service_unittest.cc (right): https://codereview.chromium.org/558653002/diff/40001/components/metrics/metrics_service_unittest.cc#newcode233 components/metrics/metrics_service_unittest.cc:233: // The test provider should have been called ...
6 years, 3 months ago (2014-09-09 19:28:26 UTC) #7
Sigurður Ásgeirsson
Hey Alexei, I got some style violation failures due to a non-empty virtual member body, ...
6 years, 3 months ago (2014-09-09 21:13:14 UTC) #8
Alexei Svitkine (slow)
Sure, if we have to add a .cc file, might as well move all the ...
6 years, 3 months ago (2014-09-09 21:22:22 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/siggi@chromium.org/558653002/100001
6 years, 3 months ago (2014-09-10 13:01:29 UTC) #11
Sigurður Ásgeirsson
On 2014/09/09 21:22:22, Alexei Svitkine wrote: > Sure, if we have to add a .cc ...
6 years, 3 months ago (2014-09-10 13:01:36 UTC) #12
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 3 months ago (2014-09-10 15:02:05 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/siggi@chromium.org/558653002/100001
6 years, 3 months ago (2014-09-10 15:04:37 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium.linux (None)
6 years, 3 months ago (2014-09-10 16:58:56 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/siggi@chromium.org/558653002/100001
6 years, 3 months ago (2014-09-10 17:01:25 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001) as 12f308f24b53fb45bf6dc347581b12a11a02add1
6 years, 3 months ago (2014-09-10 17:05:13 UTC) #21
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 17:08:38 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/c179dd0632b2a6cc26f0016bdddfeea68e9d2a3d
Cr-Commit-Position: refs/heads/master@{#294182}

Powered by Google App Engine
This is Rietveld 408576698