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

Side by Side Diff: components/metrics/metrics_provider.cc

Issue 2658163002: Merge histograms from providers into StatisticsRecorder for display. (Closed)
Patch Set: rebased Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/metrics/metrics_provider.h ('k') | components/metrics/metrics_service.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/metrics/metrics_provider.h" 5 #include "components/metrics/metrics_provider.h"
6 6
7 namespace metrics { 7 namespace metrics {
8 8
9 MetricsProvider::MetricsProvider() { 9 MetricsProvider::MetricsProvider() {
10 } 10 }
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 SystemProfileProto* system_profile_proto) { 43 SystemProfileProto* system_profile_proto) {
44 } 44 }
45 45
46 void MetricsProvider::ClearSavedStabilityMetrics() { 46 void MetricsProvider::ClearSavedStabilityMetrics() {
47 } 47 }
48 48
49 void MetricsProvider::ProvideGeneralMetrics( 49 void MetricsProvider::ProvideGeneralMetrics(
50 ChromeUserMetricsExtension* uma_proto) { 50 ChromeUserMetricsExtension* uma_proto) {
51 } 51 }
52 52
53 void MetricsProvider::MergeHistogramDeltas() {
54 }
55
56 void MetricsProvider::RecordHistogramSnapshots( 53 void MetricsProvider::RecordHistogramSnapshots(
57 base::HistogramSnapshotManager* snapshot_manager) { 54 base::HistogramSnapshotManager* snapshot_manager) {
58 } 55 }
59 56
60 void MetricsProvider::RecordInitialHistogramSnapshots( 57 void MetricsProvider::RecordInitialHistogramSnapshots(
61 base::HistogramSnapshotManager* snapshot_manager) { 58 base::HistogramSnapshotManager* snapshot_manager) {
62 } 59 }
63 60
64 } // namespace metrics 61 } // namespace metrics
OLDNEW
« no previous file with comments | « components/metrics/metrics_provider.h ('k') | components/metrics/metrics_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698