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

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

Issue 2802843003: Update CPAT protocol to send lite-page transform acceptance with ect
Patch Set: Fixed testLitePageNoFallback integration test (fixed forcing ECT) 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 e1a5cc6ae07e9f4816c0432d55aabeebe7b18279..e8d6280522150497b524224bf6751335e05eaa6c 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;
}
// PlzNavigate: the RenderFrameHosts are no longer asked to navigate.

Powered by Google App Engine
This is Rietveld 408576698