| Index: chrome/test/testing_browser_process.h
|
| diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
|
| index 030fea47e3c33e58eb6133f1e7366d43bb4ad794..30aac6a9fec43391244c483a6b64821d45380c7c 100644
|
| --- a/chrome/test/testing_browser_process.h
|
| +++ b/chrome/test/testing_browser_process.h
|
| @@ -121,6 +121,7 @@ class TestingBrowserProcess : public BrowserProcess {
|
| void SetLocalState(PrefService* local_state);
|
| void SetGoogleURLTracker(GoogleURLTracker* google_url_tracker);
|
| void SetProfileManager(ProfileManager* profile_manager);
|
| + void SetIOThread(IOThread* io_thread);
|
|
|
| private:
|
| NotificationService notification_service_;
|
| @@ -136,6 +137,7 @@ class TestingBrowserProcess : public BrowserProcess {
|
| scoped_ptr<NotificationUIManager> notification_ui_manager_;
|
| scoped_ptr<printing::BackgroundPrintingManager> background_printing_manager_;
|
| scoped_ptr<prerender::PrerenderTracker> prerender_tracker_;
|
| + IOThread* io_thread_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TestingBrowserProcess);
|
| };
|
|
|