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

Unified Diff: chrome/browser/browser_process.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
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/metrics/metrics_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 8e46d93b16c2b7c35bc7d782e60cff54be826441..a76ee8ca28ee57e2e519e60fea3c05c3a53c797f 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -31,6 +31,7 @@ class MediaFileSystemRegistry;
class MetricsService;
class NetworkTimeTracker;
class NotificationUIManager;
+class PluginMetricsProvider;
class PrefRegistrySimple;
class PrefService;
class Profile;
@@ -104,6 +105,7 @@ class BrowserProcess {
// Services: any of these getters may return NULL
virtual MetricsService* metrics_service() = 0;
+ virtual PluginMetricsProvider* plugin_metrics_provider() = 0;
Alexei Svitkine (slow) 2014/05/29 20:47:44 I'd really like to hear Ilya's thoughts on this, b
Alexei Svitkine (slow) 2014/05/29 20:49:03 (Just to clarify, my suggestion is to expose Metri
Ilya Sherman 2014/05/29 21:04:13 Honestly, either approach is fine with me. On the
blundell 2014/05/30 14:42:10 Done.
virtual rappor::RapporService* rappor_service() = 0;
virtual ProfileManager* profile_manager() = 0;
virtual PrefService* local_state() = 0;
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/metrics/metrics_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698