| Index: ash/shell_observer.h
 | 
| diff --git a/ash/shell_observer.h b/ash/shell_observer.h
 | 
| index 563f2a5929a9f2b4b6e1b3d60ae490659135a8ce..fc0bbaf8859b16ec2d167c63870a406daf9f03bf 100644
 | 
| --- a/ash/shell_observer.h
 | 
| +++ b/ash/shell_observer.h
 | 
| @@ -16,6 +16,10 @@ namespace ash {
 | 
|  
 | 
|  class ASH_EXPORT ShellObserver {
 | 
|   public:
 | 
| +  // Called when the AppList is shown or dismissed.
 | 
| +  virtual void OnAppListVisibilityChanged(bool shown,
 | 
| +                                          aura::Window* root_window) {}
 | 
| +
 | 
|    // Called when a casting session is started or stopped.
 | 
|    virtual void OnCastingSessionStartedOrStopped(bool started) {}
 | 
|  
 | 
| 
 |