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

Issue 294043008: Introduce AndroidMetricsProvider class. (Closed)

Created:
6 years, 7 months ago by Alexei Svitkine (slow)
Modified:
6 years, 7 months ago
Reviewers:
Nico, Ilya Sherman
CC:
chromium-reviews, jar (doing other things), asvitkine+watch_chromium.org, blundell, Nico
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 12

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -164 lines) Patch
A chrome/browser/metrics/android_metrics_provider.h View 1 2 3 4 5 1 chunk +46 lines, -0 lines 0 comments Download
A chrome/browser/metrics/android_metrics_provider.cc View 1 2 3 4 1 chunk +147 lines, -0 lines 0 comments Download
M chrome/browser/metrics/metrics_service.h View 1 2 3 4 5 3 chunks +0 lines, -19 lines 0 comments Download
M chrome/browser/metrics/metrics_service.cc View 1 2 3 4 5 6 chunks +13 lines, -14 lines 0 comments Download
D chrome/browser/metrics/metrics_service_android.cc View 1 2 3 4 5 1 chunk +0 lines, -130 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 24 (0 generated)
Alexei Svitkine (slow)
6 years, 7 months ago (2014-05-21 08:54:24 UTC) #1
Ilya Sherman
https://codereview.chromium.org/294043008/diff/40001/chrome/browser/metrics/android_metrics_provider_android.cc File chrome/browser/metrics/android_metrics_provider_android.cc (right): https://codereview.chromium.org/294043008/diff/40001/chrome/browser/metrics/android_metrics_provider_android.cc#newcode34 chrome/browser/metrics/android_metrics_provider_android.cc:34: DCHECK(local_state_); nit: This seems unnecessary. https://codereview.chromium.org/294043008/diff/40001/chrome/browser/metrics/android_metrics_provider_android.cc#newcode82 chrome/browser/metrics/android_metrics_provider_android.cc:82: void AndroidMetricsProvider::ConvertAndroidStabilityPrefsToHistograms(f) ...
6 years, 7 months ago (2014-05-21 09:15:28 UTC) #2
blundell
+1 to MetricsStabilityProviderAndroid
6 years, 7 months ago (2014-05-21 09:20:18 UTC) #3
blundell
err, StabilityMetricsProviderAndroid
6 years, 7 months ago (2014-05-21 09:20:42 UTC) #4
Alexei Svitkine (slow)
https://codereview.chromium.org/294043008/diff/40001/chrome/browser/metrics/android_metrics_provider_android.cc File chrome/browser/metrics/android_metrics_provider_android.cc (right): https://codereview.chromium.org/294043008/diff/40001/chrome/browser/metrics/android_metrics_provider_android.cc#newcode34 chrome/browser/metrics/android_metrics_provider_android.cc:34: DCHECK(local_state_); On 2014/05/21 09:15:28, Ilya Sherman wrote: > nit: ...
6 years, 7 months ago (2014-05-21 09:48:46 UTC) #5
Ilya Sherman
LGTM, thanks. BTW, did you mean to have a bug # in the CL description?
6 years, 7 months ago (2014-05-21 09:50:43 UTC) #6
Alexei Svitkine (slow)
Oops, CL description updated now, thanks!
6 years, 7 months ago (2014-05-21 09:52:20 UTC) #7
Alexei Svitkine (slow)
+thakis for chrome_browser.gypi OWNERS review (For context, the reason we didn't go with _android.[cc|h] as ...
6 years, 7 months ago (2014-05-21 09:56:00 UTC) #8
Alexei Svitkine (slow)
On 2014/05/21 09:56:00, Alexei Svitkine wrote: > +thakis for chrome_browser.gypi OWNERS review > > (For ...
6 years, 7 months ago (2014-05-21 09:57:38 UTC) #9
Ilya Sherman
On 2014/05/21 09:56:00, Alexei Svitkine wrote: > +thakis for chrome_browser.gypi OWNERS review > > (For ...
6 years, 7 months ago (2014-05-21 09:58:08 UTC) #10
Alexei Svitkine (slow)
The CQ bit was checked by asvitkine@chromium.org
6 years, 7 months ago (2014-05-21 13:31:47 UTC) #11
Alexei Svitkine (slow)
The CQ bit was unchecked by asvitkine@chromium.org
6 years, 7 months ago (2014-05-21 15:03:17 UTC) #12
Alexei Svitkine (slow)
The CQ bit was checked by asvitkine@chromium.org
6 years, 7 months ago (2014-05-21 15:03:17 UTC) #13
Nico
cs doesn't find anything for "file:metrics_provider". Can you rename the existing files? Not being able ...
6 years, 7 months ago (2014-05-21 16:40:57 UTC) #14
Alexei Svitkine (slow)
On 2014/05/21 16:40:57, Nico wrote: > cs doesn't find anything for "file:metrics_provider". Can you rename ...
6 years, 7 months ago (2014-05-21 16:45:48 UTC) #15
Alexei Svitkine (slow)
The CQ bit was unchecked by asvitkine@chromium.org
6 years, 7 months ago (2014-05-21 16:46:04 UTC) #16
Nico
Ah ok, makes sense. On Wed, May 21, 2014 at 9:45 AM, <asvitkine@chromium.org> wrote: > ...
6 years, 7 months ago (2014-05-21 17:03:02 UTC) #17
Alexei Svitkine (slow)
The CQ bit was checked by asvitkine@chromium.org
6 years, 7 months ago (2014-05-21 23:35:24 UTC) #18
Alexei Svitkine (slow)
The CQ bit was unchecked by asvitkine@chromium.org
6 years, 7 months ago (2014-05-21 23:35:27 UTC) #19
Alexei Svitkine (slow)
The CQ bit was checked by asvitkine@chromium.org
6 years, 7 months ago (2014-05-21 23:37:10 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/294043008/120001
6 years, 7 months ago (2014-05-21 23:42:18 UTC) #21
Alexei Svitkine (slow)
The CQ bit was checked by asvitkine@chromium.org
6 years, 7 months ago (2014-05-22 06:59:34 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asvitkine@chromium.org/294043008/130001
6 years, 7 months ago (2014-05-22 07:00:20 UTC) #23
Alexei Svitkine (slow)
6 years, 7 months ago (2014-05-22 08:17:49 UTC) #24
Message was sent while issue was closed.
Committed patchset #6 manually as r272136 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698