Index: chrome/browser/metrics/metrics_services_manager.h |
diff --git a/chrome/browser/metrics/metrics_services_manager.h b/chrome/browser/metrics/metrics_services_manager.h |
index 1d7717722a8a5488b91024b5d229762302ffcfdf..cb230a0ca8ccb9821d418562749137acd6163061 100644 |
--- a/chrome/browser/metrics/metrics_services_manager.h |
+++ b/chrome/browser/metrics/metrics_services_manager.h |
@@ -51,6 +51,8 @@ class MetricsServicesManager { |
void OnPluginLoadingError(const base::FilePath& plugin_path); |
private: |
+ ChromeMetricsServiceClient* GetChromeMetricsServiceClient(); |
Ilya Sherman
2014/06/02 21:52:37
nit: Please add a doc string. Notably, this creat
blundell
2014/06/06 13:06:29
Doc added. There's no behavioral change since the
Ilya Sherman
2014/06/06 19:04:18
There is a potential behavioral change: OnPluginLo
Ilya Sherman
2014/06/06 19:07:21
Oh, actually, nvm -- I understand your point now:
Alexei Svitkine (slow)
2014/06/06 19:07:30
It used to be that it was called through g_browser
|
+ |
metrics::MetricsStateManager* GetMetricsStateManager(); |
// Returns true iff metrics reporting is enabled. |