Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2207)

Unified Diff: chrome/test/testing_browser_process.h

Issue 7565008: DevTools: don't show the unresponsive dialog for inspected tabs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed the test Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/testing_browser_process.cc » ('j') | content/browser/debugger/devtools_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | chrome/test/testing_browser_process.cc » ('j') | content/browser/debugger/devtools_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698