| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index e8089c1d835e603b46ecb047dcc6fec2fbaa996e..836b5252471133ac53dbf6f19c5b5165a96dcb80 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -473,6 +473,8 @@ class ASH_EXPORT Shell
|
| // Overridden from aura::client::ActivationChangeObserver:
|
| virtual void OnWindowActivated(aura::Window* gained_active,
|
| aura::Window* lost_active) OVERRIDE;
|
| + virtual void OnWindowActivationRequestCompleted(
|
| + aura::Window* request_active, aura::Window* actual_active) OVERRIDE;
|
|
|
| static Shell* instance_;
|
|
|
|
|