| Index: chrome/common/chrome_switches.h
 | 
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
 | 
| index b47c48242ce4cc77e74e67dd5a7d280d816dd1fd..2b476210ee86e2f0add2f73b00d3666097a22d83 100644
 | 
| --- a/chrome/common/chrome_switches.h
 | 
| +++ b/chrome/common/chrome_switches.h
 | 
| @@ -378,10 +378,6 @@ extern const char kAllowNaClFileHandleAPI[];
 | 
|  extern const char kAllowNaClSocketAPI[];
 | 
|  #endif
 | 
|  
 | 
| -#if defined(ENABLE_TASK_MANAGER)
 | 
| -extern const char kDisableNewTaskManager[];
 | 
| -#endif  // defined(ENABLE_TASK_MANAGER)
 | 
| -
 | 
|  #if defined(ENABLE_WAYLAND_SERVER)
 | 
|  extern const char kEnableWaylandServer[];
 | 
|  #endif
 | 
| @@ -402,10 +398,6 @@ bool SettingsWindowEnabled();
 | 
|  bool PowerOverlayEnabled();
 | 
|  #endif
 | 
|  
 | 
| -#if defined(ENABLE_TASK_MANAGER)
 | 
| -bool NewTaskManagerEnabled();
 | 
| -#endif  // defined(ENABLE_TASK_MANAGER)
 | 
| -
 | 
|  // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
 | 
|  // alphabetical order, or in one of the ifdefs (also in order in each section).
 | 
|  
 | 
| 
 |