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

Unified Diff: ash/common/system/chromeos/bluetooth/tray_bluetooth.cc

Issue 2330403002: Do not activate system tray bubble by default (Closed)
Patch Set: Do not activate system tray bubble by default Created 4 years, 3 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: ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
diff --git a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
index 0bd4759e7a8e036186f21fa085fc439fa9a10880..23117405503ab9276781de36214cac2555d744af 100644
--- a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
+++ b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
@@ -332,6 +332,7 @@ class BluetoothDetailedView : public TrayDetailsView {
SystemTrayDelegate* delegate = WmShell::Get()->system_tray_delegate();
if (view == manage_devices_) {
delegate->ManageBluetoothDevices();
+ owner()->system_tray()->CloseSystemBubble();
return;
}

Powered by Google App Engine
This is Rietveld 408576698