| 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 991e1a68cacb0704ed773495fb8c9ec5162b4e27..003a0002460a654b9258ad3f1fee164dabc8f4ff 100644
|
| --- a/chrome/browser/ui/webui/inspect_ui.cc
|
| +++ b/chrome/browser/ui/webui/inspect_ui.cc
|
| @@ -346,11 +346,9 @@ void InspectUI::InspectBrowserWithCustomFrontend(
|
| WebContents* inspect_ui = web_ui()->GetWebContents();
|
| WebContents* front_end = inspect_ui->GetDelegate()->OpenURLFromTab(
|
| inspect_ui,
|
| - content::OpenURLParams(frontend_url,
|
| - content::Referrer(),
|
| - NEW_FOREGROUND_TAB,
|
| - ui::PAGE_TRANSITION_AUTO_TOPLEVEL,
|
| - false));
|
| + content::OpenURLParams(frontend_url, content::Referrer(),
|
| + WindowOpenDisposition::NEW_FOREGROUND_TAB,
|
| + ui::PAGE_TRANSITION_AUTO_TOPLEVEL, false));
|
|
|
| // Install devtools bindings.
|
| DevToolsUIBindingsEnabler* bindings_enabler =
|
|
|