Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 1bc2a24ca3067f847094961ecf561f2dc2ac01be..7b4fe988e4107e13e2727f752c8b3cfbd520b1c8 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -314,6 +314,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) |