| 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 3bc320dee722781b13e30aaf109b31ea844fdcec..8dfead13ca7b10850a7717663b521395b5003965 100644
|
| --- a/chrome/browser/ui/webui/inspect_ui.cc
|
| +++ b/chrome/browser/ui/webui/inspect_ui.cc
|
| @@ -370,11 +370,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 =
|
|
|