| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 3ecca0a02a43f1e65e2faaaa3e77466e72bc3488..bdc9f566b95ba52165f64008909ab68bef3a49f5 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -296,6 +296,9 @@ const char kEnableBeginFrameScheduling[] = "enable-begin-frame-scheduling";
|
| const char kEnablePreferCompositingToLCDText[] =
|
| "enable-prefer-compositing-to-lcd-text";
|
|
|
| +// PlzNavigate: Use the experimental browser-side navigation path.
|
| +const char kEnableBrowserSideNavigation[] = "enable-browser-side-navigation";
|
| +
|
| // Enable/Disable the creation of compositing layers for RenderLayers with a
|
| // transition on a property that supports accelerated animation (that is,
|
| // opacity, -webkit-transform, and -webkit-filter), even when no animation is
|
|
|