Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 3a13a578bffbeafc23c23e1e1d3edeb6ff369949..1f0e9ca5b0ef353cf9beabf71c4e15eeb04cda38 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -317,6 +317,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"; |
+// Use the experimental browser-side navigation path (PlzNavigate project). |
Charlie Reis
2014/07/30 23:37:33
// PlzNavigate: Use the...
clamy
2014/08/05 11:52:45
Done.
|
+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) |