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

Unified Diff: chrome/browser/ui/ash/system_tray_client.h

Issue 2754143006: cros: Convert SystemTrayDelegate::ManageBluetoothDevices to mojo for mash (Closed)
Patch Set: rebase Created 3 years, 9 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/ash/system_tray_client.h
diff --git a/chrome/browser/ui/ash/system_tray_client.h b/chrome/browser/ui/ash/system_tray_client.h
index 0faa61f6f6a0c5c887dbcbdafd74d755b00023c6..7a429d4e03e864f05e607f45ac3ae81d9def7846 100644
--- a/chrome/browser/ui/ash/system_tray_client.h
+++ b/chrome/browser/ui/ash/system_tray_client.h
@@ -56,6 +56,11 @@ class SystemTrayClient : public ash::mojom::SystemTrayClient,
// ash::mojom::SystemTrayClient:
void ShowSettings() override;
+ void ShowBluetoothSettings() override;
+ void ShowBluetoothPairingDialog(const std::string& address,
+ const base::string16& name_for_display,
+ bool paired,
+ bool connected) override;
void ShowDateSettings() override;
void ShowSetTimeDialog() override;
void ShowDisplaySettings() override;
« no previous file with comments | « chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc ('k') | chrome/browser/ui/ash/system_tray_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698