diff options
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r-- | chrome/browser/browser_process.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h index cda9e23..8e46d93 100644 --- a/chrome/browser/browser_process.h +++ b/chrome/browser/browser_process.h @@ -29,7 +29,6 @@ class IntranetRedirectDetector; class IOThread; class MediaFileSystemRegistry; class MetricsService; -class MetricsServicesManager; class NetworkTimeTracker; class NotificationUIManager; class PrefRegistrySimple; @@ -103,10 +102,6 @@ class BrowserProcess { // continue shutdown. virtual void EndSession() = 0; - // Gets the manager for the various metrics-related services, constructing it - // if necessary. - virtual MetricsServicesManager* GetMetricsServicesManager() = 0; - // Services: any of these getters may return NULL virtual MetricsService* metrics_service() = 0; virtual rappor::RapporService* rappor_service() = 0; |