Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: chrome/common/chrome_switches.cc

Issue 2470583002: Add VrShell feature flag and wire it up to VrShell delegate. (Closed)
Patch Set: Hide in about://flags unless the build flag is included. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index fcf62c7789a206feb64b5d00a978e42fd789d1d7..f38114e3fca399e50269bb161cab4547d899074b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1033,9 +1033,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";
@@ -1057,9 +1054,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";

Powered by Google App Engine
This is Rietveld 408576698