Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 1747428ae9ed723e27df0c3ee1f4e105c2d79893..d49c932566e775f1467feb2c43e0ed000ca80419 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -594,9 +594,16 @@ const char kNoSandbox[] = "no-sandbox"; |
// Number of worker threads used to rasterize content. |
const char kNumRasterThreads[] = "num-raster-threads"; |
-// Enables or disables history navigation in response to horizontal overscroll. |
-// Set the value to '1' to enable the feature, and set to '0' to disable. |
-// Defaults to enabled. |
+// Controls the behavior of history navigation in response to horizontal |
+// overscroll. |
+// Set the value to '0' to disable. |
+// Set the value to '1' to enable the behavior where pages slide in and out in |
+// response to the horizontal overscroll gesture and a screenshot of the target |
+// page is shown. |
+// Set the value to '2' to enable the simplified overscroll UI where a |
+// navigation arrow slides in from the side of the screen in response to the |
+// horizontal overscroll gesture. |
+// Defaults to '1'. |
const char kOverscrollHistoryNavigation[] = |
"overscroll-history-navigation"; |