| Index: ui/app_list/app_list_switches.h
 | 
| diff --git a/ui/app_list/app_list_switches.h b/ui/app_list/app_list_switches.h
 | 
| index 1d07d8e2c1762cf88772194dc13f59869027ad74..487d84d77828bfa84a702c475da364bc88356c6f 100644
 | 
| --- a/ui/app_list/app_list_switches.h
 | 
| +++ b/ui/app_list/app_list_switches.h
 | 
| @@ -27,11 +27,6 @@ bool APP_LIST_EXPORT IsFolderUIEnabled();
 | 
|  
 | 
|  bool APP_LIST_EXPORT IsVoiceSearchEnabled();
 | 
|  
 | 
| -// Deprecated. These always return true.
 | 
| -// TODO(mgiuca): Remove (https://crbug.com/531059).
 | 
| -bool APP_LIST_EXPORT IsExperimentalAppListEnabled();
 | 
| -bool APP_LIST_EXPORT IsCenteredAppListEnabled();
 | 
| -
 | 
|  // Determines whether the app list should not be dismissed on focus loss.
 | 
|  bool APP_LIST_EXPORT ShouldNotDismissOnBlur();
 | 
|  
 | 
| 
 |