Chromium Code Reviews| Index: content/browser/frame_host/navigator_impl.cc |
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc |
| index c677f372f5767093b64cb134621ef84a3f4c3e10..fadb679247c8d4a565e3af2ce9a9b5d3f9a4e99d 100644 |
| --- a/content/browser/frame_host/navigator_impl.cc |
| +++ b/content/browser/frame_host/navigator_impl.cc |
| @@ -363,7 +363,7 @@ bool NavigatorImpl::NavigateToEntry( |
| ->last_navigation_previews_state(); |
| } else if (reload_type == ReloadType::DISABLE_LOFI_MODE) { |
| // Disable LoFi when asked for it explicitly. |
| - previews_state = PREVIEWS_NO_TRANSFORM; |
| + previews_state = PREVIEWS_OFF; |
|
bengr
2017/05/01 16:53:14
What is the significance of this change?
|
| } |
| // PlzNavigate: the RenderFrameHosts are no longer asked to navigate. |