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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2470583002: Add VrShell feature flag and wire it up to VrShell delegate. (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | content/child/runtime_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | content/child/runtime_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698