Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 3dac5711b4351ff0c7e5ca587d401866ec14e056..85829e5dd6955863e46bc932a18fa4990052067c 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -318,6 +318,9 @@ const char kEnableContainerCulling[] = "enable-container-culling"; |
// Use a BeginFrame signal from browser to renderer to schedule rendering. |
const char kEnableBeginFrameScheduling[] = "enable-begin-frame-scheduling"; |
+// PlzNavigate: Use the experimental browser-side navigation path. |
+const char kEnableBrowserSideNavigation[] = "enable-browser-side-navigation"; |
+ |
// Enable the creation of compositing layers for fixed position |
// elements. Three options are needed to support four possible scenarios: |
// 1. Default (disabled) |