| Index: chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc
|
| diff --git a/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc b/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc
|
| index 1e8b2b348197ab7056d2e3fd16015879431821e0..b47c524a6e8be034eb45285858b3c085bbeb63e1 100644
|
| --- a/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc
|
| +++ b/chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc
|
| @@ -122,8 +122,8 @@ void BluetoothChooserController::Close() {
|
| void BluetoothChooserController::OpenHelpCenterUrl() const {
|
| GetBrowser()->OpenURL(content::OpenURLParams(
|
| GURL(chrome::kChooserBluetoothOverviewURL), content::Referrer(),
|
| - NEW_FOREGROUND_TAB, ui::PAGE_TRANSITION_AUTO_TOPLEVEL,
|
| - false /* is_renderer_initialized */));
|
| + WindowOpenDisposition::NEW_FOREGROUND_TAB,
|
| + ui::PAGE_TRANSITION_AUTO_TOPLEVEL, false /* is_renderer_initialized */));
|
| }
|
|
|
| void BluetoothChooserController::OnAdapterPresenceChanged(
|
|
|