| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 063578154ece1e10cf2dbcce196078de225cd3eb..70674ffa8bf18a7296d3ad351c9c615867c345e5 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1039,9 +1039,6 @@ const char kEnableHostedMode[] = "enable-hosted-mode";
|
| // unresponsive web content.
|
| const char kEnableHungRendererInfoBar[] = "enable-hung-renderer-infobar";
|
|
|
| -// Enable theme colors in the tab switcher.
|
| -const char kEnableTabSwitcherThemeColors[] = "enable-tab-switcher-theme-colors";
|
| -
|
| // Enable VR UI if supported.
|
| const char kEnableVrShell[] = "enable-vr-shell";
|
|
|
|
|