| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e5f2a236db0d7b74570747c5171c106cb137f8f9..6f428c44ffd88875318899a17e2b855c3e3eca53 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1031,9 +1031,6 @@ const char kDisableAppLink[] = "disable-app-link";
|
| // Disables Contextual Search.
|
| const char kDisableContextualSearch[] = "disable-contextual-search";
|
|
|
| -// Disable VR UI if supported.
|
| -const char kDisableVrShell[] = "disable-vr-shell";
|
| -
|
| // Enable the accessibility tab switcher.
|
| const char kEnableAccessibilityTabSwitcher[] =
|
| "enable-accessibility-tab-switcher";
|
| @@ -1055,9 +1052,6 @@ const char kEnableHostedMode[] = "enable-hosted-mode";
|
| // unresponsive web content.
|
| const char kEnableHungRendererInfoBar[] = "enable-hung-renderer-infobar";
|
|
|
| -// Enable VR UI if supported.
|
| -const char kEnableVrShell[] = "enable-vr-shell";
|
| -
|
| // Enables "Add to Home screen" in the app menu to generate WebAPKs.
|
| const char kEnableWebApk[] = "enable-webapk";
|
|
|
|
|