| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index dbecaab478699c8731a457b329efa07489f52232..0afcdc46cd6229e1d3833e7489b85f2a86aa12fc 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -380,10 +380,6 @@ extern const char kAllowUncheckedDangerousDownloads[];
|
| extern const char kDisallowUncheckedDangerousDownloads[];
|
| #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
|
| @@ -404,10 +400,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).
|
|
|
|
|