| 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 eb157f651d219bcf56900f6a891a150fb4b64a2b..82e82dfd410eae6f4b9bdd6e56bc534872d37bdd 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.h
|
| +++ b/chrome/browser/ui/ash/system_tray_client.h
|
| @@ -69,15 +69,12 @@ class SystemTrayClient : public ash::mojom::SystemTrayClient,
|
| // chromeos::system::SystemClockObserver:
|
| void OnSystemClockChanged(chromeos::system::SystemClock* clock) override;
|
|
|
| - // Connects or reconnects the |system_tray_| interface.
|
| - void ConnectToSystemTray();
|
| -
|
| - // Handles errors on the |system_tray_| interface connection.
|
| - void OnClientConnectionError();
|
| -
|
| // System tray mojo service in ash.
|
| ash::mojom::SystemTrayPtr system_tray_;
|
|
|
| + // Binds this object to the client interface.
|
| + mojo::Binding<ash::mojom::SystemTrayClient> binding_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SystemTrayClient);
|
| };
|
|
|
|
|