| Index: ash/common/system/overview/overview_button_tray.h
|
| diff --git a/ash/common/system/overview/overview_button_tray.h b/ash/common/system/overview/overview_button_tray.h
|
| index 314fd64389ed74c09f3b8a7a12ef327945220842..c0f71dc30c5a1a2258a4cb0aa0e2522e4353bd01 100644
|
| --- a/ash/common/system/overview/overview_button_tray.h
|
| +++ b/ash/common/system/overview/overview_button_tray.h
|
| @@ -42,6 +42,7 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
|
| // ShellObserver:
|
| void OnMaximizeModeStarted() override;
|
| void OnMaximizeModeEnded() override;
|
| + void OnOverviewModeStarting() override;
|
| void OnOverviewModeEnded() override;
|
|
|
| // TrayBackgroundView:
|
|
|