Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index bc64bfeb7083ec47e1977a244b878ecd5f6f5b65..b26c170abc4003526280a8d3736679e05acc39a7 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -365,6 +365,9 @@ const char kEnableSandboxLogging[] = "enable-sandbox-logging"; |
// Enable the seccomp sandbox (Linux only) |
const char kEnableSeccompSandbox[] = "enable-seccomp-sandbox"; |
+// Enable spatial navigation |
+const char kEnableSpatialNavigation[] = "enable-spatial-navigation"; |
+ |
// On platforms that support it, enables smooth scroll animation. |
const char kEnableSmoothScrolling[] = "enable-smooth-scrolling"; |