| Index: chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc
|
| diff --git a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc
|
| index 0cc55a04ae090dfe18029da1ff409d54f996743f..bb653096282127a0834a23019250b6b20dbb1b07 100644
|
| --- a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc
|
| +++ b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc
|
| @@ -15,9 +15,7 @@ ChromeExtensionBluetoothChooser::ChromeExtensionBluetoothChooser(
|
| new BluetoothChooserController(frame, event_handler));
|
| chooser_dialog_.reset(new ChromeExtensionChooserDialog(
|
| content::WebContents::FromRenderFrameHost(frame)));
|
| -#if defined(OS_MACOSX)
|
| chooser_dialog_->ShowDialog(bluetooth_chooser_controller_.get());
|
| -#endif // defined(OS_MACOSX)
|
| }
|
|
|
| ChromeExtensionBluetoothChooser::~ChromeExtensionBluetoothChooser() {}
|
|
|