| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index 023ee72eb388039a478a733cdef679251399a904..098625211428e072fb8affbad2cf14dfabec21e0 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -73,6 +73,7 @@ class BrowserProcessImpl : public BrowserProcess,
|
| virtual void ResourceDispatcherHostCreated() OVERRIDE;
|
| virtual void EndSession() OVERRIDE;
|
| virtual MetricsService* metrics_service() OVERRIDE;
|
| + virtual rappor::RapporService* rappor_service() OVERRIDE;
|
| virtual IOThread* io_thread() OVERRIDE;
|
| virtual WatchDogThread* watchdog_thread() OVERRIDE;
|
| virtual ProfileManager* profile_manager() OVERRIDE;
|
| @@ -163,6 +164,8 @@ class BrowserProcessImpl : public BrowserProcess,
|
| bool created_metrics_service_;
|
| scoped_ptr<MetricsService> metrics_service_;
|
|
|
| + scoped_ptr<rappor::RapporService> rappor_service_;
|
| +
|
| scoped_ptr<IOThread> io_thread_;
|
|
|
| bool created_watchdog_thread_;
|
|
|