| 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 9029cb16f70f1bdc8e728bd069cfb97fd7b382cf..52e359ee334eab2c7d27343f053f4d584ed5f7c0 100644
|
| --- a/ash/common/system/tray/system_tray.h
|
| +++ b/ash/common/system/tray/system_tray.h
|
| @@ -212,6 +212,10 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
|
|
|
| const ScopedVector<SystemTrayItem>& items() const { return items_; }
|
|
|
| + // Additional padding are used to adjust the user-visible size of status tray
|
| + // dark background in non-MD.
|
| + void AdjustStatusTrayBackground();
|
| +
|
| // Overridden from ActionableView.
|
| bool PerformAction(const ui::Event& event) override;
|
|
|
|
|