| Index: chrome/test/testing_browser_process.h
|
| diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
|
| index 079e7f87485ec9ef57b13276a4348c76b0c37e51..7bb23fa419a5c1e3eddadb1ed4436bf76a4acd40 100644
|
| --- a/chrome/test/testing_browser_process.h
|
| +++ b/chrome/test/testing_browser_process.h
|
| @@ -124,6 +124,7 @@ class TestingBrowserProcess : public BrowserProcess {
|
| void SetGoogleURLTracker(GoogleURLTracker* google_url_tracker);
|
| void SetProfileManager(ProfileManager* profile_manager);
|
| void SetIOThread(IOThread* io_thread);
|
| + void SetDevToolsManager(DevToolsManager*);
|
|
|
| private:
|
| NotificationService notification_service_;
|
| @@ -140,6 +141,7 @@ class TestingBrowserProcess : public BrowserProcess {
|
| scoped_ptr<printing::BackgroundPrintingManager> background_printing_manager_;
|
| scoped_ptr<prerender::PrerenderTracker> prerender_tracker_;
|
| IOThread* io_thread_;
|
| + DevToolsManager* devtools_manager_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TestingBrowserProcess);
|
| };
|
|
|