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

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: Constructor of provider is moved and comment added 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..5b79b8889d7b5fccc83bcd7574d0f8e6cb9dcb56 100644
--- a/components/metrics/profiler/profiler_metrics_provider.h
+++ b/components/metrics/profiler/profiler_metrics_provider.h
@@ -22,6 +22,8 @@ class ProfilerMetricsProvider : public MetricsProvider {
public:
explicit ProfilerMetricsProvider(
const base::Callback<void(bool*)>& cellular_callback);
+ // Creates profiler metrics provider with a null callback.
+ ProfilerMetricsProvider();
~ProfilerMetricsProvider() override;
// MetricsDataProvider:
« 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