| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 32fe74b46fb33693540b728e36922c18e39860e1..e5d562ead7bd55d10327fc79db1c7336046266f5 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -381,10 +381,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
|
| @@ -405,10 +401,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).
|
|
|
|
|