| Index: ui/app_list/app_list_view_delegate.h
 | 
| diff --git a/ui/app_list/app_list_view_delegate.h b/ui/app_list/app_list_view_delegate.h
 | 
| index 4ba2d0396f457f836fb891475577b91c64a49766..6b3bbb7efdf93219276dc81cfa4695fb0a2f83af 100644
 | 
| --- a/ui/app_list/app_list_view_delegate.h
 | 
| +++ b/ui/app_list/app_list_view_delegate.h
 | 
| @@ -147,9 +147,6 @@ class APP_LIST_EXPORT AppListViewDelegate {
 | 
|    // Returns the list of users (for AppListMenu).
 | 
|    virtual const Users& GetUsers() const = 0;
 | 
|  
 | 
| -  // Returns true if the app list should be centered and in landscape mode.
 | 
| -  virtual bool ShouldCenterWindow() const = 0;
 | 
| -
 | 
|    // Adds/removes an observer for profile changes.
 | 
|    virtual void AddObserver(AppListViewDelegateObserver* observer) {}
 | 
|    virtual void RemoveObserver(AppListViewDelegateObserver* observer) {}
 | 
| 
 |