summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f92e020..fe4aee7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1363,6 +1363,11 @@ const char kDisableDesktopShortcuts[] = "disable-desktop-shortcuts";
const char kTouchDevices[] = "touch-devices";
#endif
+#if defined(USE_AURA)
+// Use TabContentsViewAura instead of the default implementation.
+const char kEnableTCVA[] = "enable-tcva";
+#endif
+
#ifndef NDEBUG
// Enables overriding the path of file manager extension.
const char kFileManagerExtensionPath[] = "filemgr-ext-path";