| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index 5631a5ec3e927b006116a5e5967a52e15cdd81cd..932ca15dd90e00bce482304c091ca231e9d5e1a8 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -73,6 +73,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;
|
| @@ -152,8 +153,6 @@ class BrowserProcessImpl : public BrowserProcess,
|
| void CreateStatusTray();
|
| void CreateBackgroundModeManager();
|
|
|
| - MetricsServicesManager* GetMetricsServicesManager();
|
| -
|
| void ApplyAllowCrossOriginAuthPromptPolicy();
|
| void ApplyDefaultBrowserPolicy();
|
| void ApplyMetricsReportingPolicy();
|
|
|