| 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 6d08cebec4d38cdbad35fa905e98a9b83593320d..ab649791a203cd0703f9b39ff2b65f0bb0d714c5 100644
|
| --- a/ash/common/system/tray/system_tray.h
|
| +++ b/ash/common/system/tray/system_tray.h
|
| @@ -217,6 +217,10 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
|
|
|
| const ScopedVector<SystemTrayItem>& items() const { return items_; }
|
|
|
| + // Sets an empty border around the system tray to change user-visible size
|
| + // of the dark background. Doesn't do anything in MD.
|
| + void AdjustStatusTrayBackground();
|
| +
|
| // Overridden from ActionableView.
|
| bool PerformAction(const ui::Event& event) override;
|
|
|
|
|