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

Unified Diff: components/metrics/profiler/profiler_metrics_provider.h

Issue 953403002: Constructor without callback added to ProfilerMetricsProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/metrics/profiler/profiler_metrics_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/profiler/profiler_metrics_provider.h
diff --git a/components/metrics/profiler/profiler_metrics_provider.h b/components/metrics/profiler/profiler_metrics_provider.h
index 5c41e9eb51163b025ba65d04eb890e89ec01c02f..4ed5838fe3090baac3a3af982d0454feab3fa38e 100644
--- a/components/metrics/profiler/profiler_metrics_provider.h
+++ b/components/metrics/profiler/profiler_metrics_provider.h
@@ -20,6 +20,7 @@ namespace metrics {
// section of the UMA proto.
class ProfilerMetricsProvider : public MetricsProvider {
public:
+ ProfilerMetricsProvider();
Alexei Svitkine (slow) 2015/02/25 17:39:45 Nit: Add a comment that this creates the provider
gayane -on leave until 09-2017 2015/02/25 18:21:05 Done.
explicit ProfilerMetricsProvider(
const base::Callback<void(bool*)>& cellular_callback);
~ProfilerMetricsProvider() override;
« no previous file with comments | « no previous file | components/metrics/profiler/profiler_metrics_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698