| Index: ash/common/system/tray/system_tray.h
|
| diff --git a/ash/common/system/tray/system_tray.h b/ash/common/system/tray/system_tray.h
|
| index 1df9954a666fa10a5a85e57550766d53d10f958c..635e1d7910ff545afac888f6f843b0815c69ea1e 100644
|
| --- a/ash/common/system/tray/system_tray.h
|
| +++ b/ash/common/system/tray/system_tray.h
|
| @@ -47,6 +47,8 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
|
| explicit SystemTray(WmShelf* wm_shelf);
|
| ~SystemTray() override;
|
|
|
| + TrayUpdate* tray_update() { return tray_update_; }
|
| +
|
| // Calls TrayBackgroundView::Initialize(), creates the tray items, and
|
| // adds them to SystemTrayNotifier.
|
| void InitializeTrayItems(SystemTrayDelegate* delegate,
|
| @@ -168,7 +170,6 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
|
| TrayNetwork* GetTrayNetworkForTesting() const;
|
| TraySystemInfo* GetTraySystemInfoForTesting() const;
|
| TrayTiles* GetTrayTilesForTesting() const;
|
| - TrayUpdate* GetTrayUpdateForTesting() const;
|
|
|
| // Activates the system tray bubble.
|
| void ActivateBubble();
|
|
|