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

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

Issue 308433004: Reduce plugin_metrics_provider_ usage in MetricsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_service.h
diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
index 9af1b4bb817a68c5508cd2b3ebe10bce82fe02fe..0f57cc24c83fa254e3c441bbdd2daa6bb7efae35 100644
--- a/chrome/browser/metrics/metrics_service.h
+++ b/chrome/browser/metrics/metrics_service.h
@@ -207,7 +207,10 @@ class MetricsService
bool recording_active() const;
bool reporting_active() const;
- void LogPluginLoadingError(const base::FilePath& plugin_path);
+ // TODO(blundell): Move this into ChromeMetricsServiceClient.
+ PluginMetricsProvider* plugin_metrics_provider() {
+ return plugin_metrics_provider_;
+ }
// Redundant test to ensure that we are notified of a clean exit.
// This value should be true when process has completed shutdown.

Powered by Google App Engine
This is Rietveld 408576698