| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index b0250d1d358f44bbb9080e0c618bdec0fe3aa635..7f5de8fdc6077c688ae21e3ca729614a42c6dad4 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -77,6 +77,7 @@ class BrowserProcessImpl : public BrowserProcess,
|
| // BrowserProcess implementation.
|
| virtual void ResourceDispatcherHostCreated() OVERRIDE;
|
| virtual void EndSession() OVERRIDE;
|
| + virtual MetricsServicesManager* GetMetricsServicesManager() OVERRIDE;
|
| virtual MetricsService* metrics_service() OVERRIDE;
|
| virtual rappor::RapporService* rappor_service() OVERRIDE;
|
| virtual IOThread* io_thread() OVERRIDE;
|
| @@ -158,8 +159,6 @@ class BrowserProcessImpl : public BrowserProcess,
|
| void CreateBackgroundModeManager();
|
| void CreateGCMDriver();
|
|
|
| - MetricsServicesManager* GetMetricsServicesManager();
|
| -
|
| void ApplyAllowCrossOriginAuthPromptPolicy();
|
| void ApplyDefaultBrowserPolicy();
|
| void ApplyMetricsReportingPolicy();
|
|
|