| 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) {
|
|
|