Commit 7a0d44b2 authored by rajendrant's avatar rajendrant Committed by Commit Bot

LazyLoad: Enable the lazy load enabled setting by default

This setting is used to disable lazyload from renderer for offline
pages usecase. It will be further used to disable lazyload on reload
navigations, etc. This CL just makes the setting to ON by default.

TBR: dcheng@chromium.org
Change-Id: Ie5a4bbf6e54ea00846bf8e5ec63008cc1b658b37
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719973
Commit-Queue: rajendrant <rajendrant@chromium.org>
Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#681494}
parent ae8af2bb
......@@ -964,7 +964,7 @@
{
name: "lazyLoadEnabled",
initial: false,
initial: true,
},
//
// Lazy frame loading distance-from-viewport thresholds for different effective connection types.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment