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

Unified Diff: chrome/browser/metrics/metrics_services_manager.h

Issue 293393010: Move initial metrics gathering tasks out of MetricsService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review Created 6 years, 7 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
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.

Powered by Google App Engine
This is Rietveld 408576698