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

Unified Diff: ash/common/system/tray/system_tray_controller.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: ash/common/system/tray/system_tray_controller.h
diff --git a/ash/common/system/tray/system_tray_controller.h b/ash/common/system/tray/system_tray_controller.h
index c2cb6d036f19827aed3bff9aa1362307d4c18009..59d6226bdb1e705952200d0fef3cf6d617535753 100644
--- a/ash/common/system/tray/system_tray_controller.h
+++ b/ash/common/system/tray/system_tray_controller.h
@@ -33,6 +33,8 @@ class ASH_EXPORT SystemTrayController
// Wrappers around the mojom::SystemTrayClient interface.
void ShowSettings();
+ void ShowBluetoothSettings();
+ // TODO(crbug.com/660043): ShowBluetoothPairingDialog() goes here.
void ShowDateSettings();
void ShowSetTimeDialog();
void ShowDisplaySettings();
@@ -65,7 +67,7 @@ class ASH_EXPORT SystemTrayController
bool factory_reset_required) override;
private:
- // Client interface in chrome browser. Only bound on Chrome OS.
+ // Client interface in chrome browser. May be null in tests.
mojom::SystemTrayClientPtr system_tray_client_;
// Bindings for the SystemTray interface.
« no previous file with comments | « ash/common/system/chromeos/bluetooth/tray_bluetooth.cc ('k') | ash/common/system/tray/system_tray_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698