| 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 54789cadcdad2c9d16dd8a61728ad908e848a140..4c18fc1e48dd4227a8c8ad43be0c46a5a6632c48 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.h
|
| +++ b/chrome/browser/ui/ash/system_tray_client.h
|
| @@ -12,6 +12,7 @@
|
|
|
| // Handles method calls delegated back to chrome from ash. Also notifies ash of
|
| // relevant state changes in chrome.
|
| +// TODO: Consider renaming this to SystemTrayClientChromeOS.
|
| class SystemTrayClient : public ash::mojom::SystemTrayClient,
|
| public chromeos::system::SystemClockObserver {
|
| public:
|
|
|