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

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

Issue 2036033003: MacViewsBrowser: Provide a stub for ChromeExtensionChooserDialog::ShowDialog() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160603-Gpu-CcamPatch
Patch Set: Created 4 years, 6 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() {}
« no previous file with comments | « chrome/browser/extensions/chrome_extension_chooser_dialog.h ('k') | chrome/browser/ui/views/browser_dialogs_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698