| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index a3b53926b257fc1636d23f6d51ec38a72a6dc5e6..8c22f61e4a6813206a9535baf27f522bb39edf2e 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -371,7 +371,6 @@ extern const char kRelauncherProcess[];
|
| #if defined(OS_WIN)
|
| extern const char kEnableCloudPrintXps[];
|
| extern const char kEnableProfileShortcutManager[];
|
| -extern const char kEnableTabDiscarding[];
|
| extern const char kForceDesktop[];
|
| extern const char kForceImmersive[];
|
| extern const char kHideIcons[];
|
| @@ -384,6 +383,10 @@ extern const char kWaitForMutex[];
|
| extern const char kWindows8Search[];
|
| #endif // defined(OS_WIN)
|
|
|
| +#if defined(OS_WIN) || defined(OS_MACOSX)
|
| +extern const char kEnableTabDiscarding[];
|
| +#endif // defined(OS_WIN) || defined(OS_MACOSX)
|
| +
|
| #if defined(ENABLE_IPC_FUZZER)
|
| extern const char kIpcFuzzerTestcase[];
|
| #endif
|
|
|