Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc

Issue 2033283002: Implement bluetooth chooser for Chrome Apps on non-Mac desktops (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_ChooserBubbleUiViewDelegate
Patch Set: implemented bluetooth chooser for Chrome Apps on non-Mac desktops Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698