| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 1b4302a0f7ef389641b05e78f0c8fd4c729e0140..479df9fdb5849806fa0d42a322f917a504bcc3bf 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -137,6 +137,7 @@ extern const char kEnableNaCl[];
|
| extern const char kEnableNavigationTracing[];
|
| extern const char kEnableNetBenchmarking[];
|
| extern const char kEnableNewBookmarkApps[];
|
| +extern const char kEnableNewTaskManager[];
|
| extern const char kEnableOfflineAutoReload[];
|
| extern const char kEnableOfflineAutoReloadVisibleOnly[];
|
| extern const char kEnablePanels[];
|
| @@ -404,6 +405,7 @@ bool AboutInSettingsEnabled();
|
| bool MdDownloadsEnabled();
|
| bool MdSettingsEnabled();
|
| bool MediaRouterEnabled();
|
| +bool NewTaskManagerEnabled();
|
| bool PdfMaterialUIEnabled();
|
| bool SettingsWindowEnabled();
|
|
|
|
|