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

Unified Diff: chrome/browser/ui/webui/inspect_ui.cc

Issue 427143003: [DevTools] Move DevToolsClientHost functionality out of DevToolsFrontendHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed comments Created 6 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
Index: chrome/browser/ui/webui/inspect_ui.cc
diff --git a/chrome/browser/ui/webui/inspect_ui.cc b/chrome/browser/ui/webui/inspect_ui.cc
index 70401b16d2f3d57fa6c5820259aaadf15b7ec924..dc203b6b345de2ef5accf6a07cfbc8cd89f7c0ef 100644
--- a/chrome/browser/ui/webui/inspect_ui.cc
+++ b/chrome/browser/ui/webui/inspect_ui.cc
@@ -295,7 +295,7 @@ void InspectUI::InspectBrowserWithCustomFrontend(
// Engage remote debugging between front-end and agent host.
content::DevToolsManager::GetInstance()->RegisterDevToolsClientHostFor(
- agent_host, bindings->frontend_host());
+ agent_host, bindings);
}
void InspectUI::InspectDevices(Browser* browser) {

Powered by Google App Engine
This is Rietveld 408576698