Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: content/browser/frame_host/navigator_impl.cc

Issue 2802843003: Update CPAT protocol to send lite-page transform acceptance with ect
Patch Set: Merge with testLitePageBTF Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698