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

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

Issue 580093004: Reset some UMA stability stats on a version change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments. Created 6 years, 3 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.cc » ('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 15 matching lines...) Expand all
26 } 26 }
27 27
28 bool MetricsProvider::HasStabilityMetrics() { 28 bool MetricsProvider::HasStabilityMetrics() {
29 return false; 29 return false;
30 } 30 }
31 31
32 void MetricsProvider::ProvideStabilityMetrics( 32 void MetricsProvider::ProvideStabilityMetrics(
33 SystemProfileProto* system_profile_proto) { 33 SystemProfileProto* system_profile_proto) {
34 } 34 }
35 35
36 void MetricsProvider::ClearSavedStabilityMetrics() {
37 }
38
36 void MetricsProvider::ProvideGeneralMetrics( 39 void MetricsProvider::ProvideGeneralMetrics(
37 ChromeUserMetricsExtension* uma_proto) { 40 ChromeUserMetricsExtension* uma_proto) {
38 } 41 }
39 42
40 } // namespace metrics 43 } // namespace metrics
OLDNEW
« no previous file with comments | « components/metrics/metrics_provider.h ('k') | components/metrics/metrics_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698