Commit 99e7a0aa authored by Hiroshi Ichikawa's avatar Hiroshi Ichikawa Committed by Commit Bot

Preserve scroll view properties by default.

I have sent a heads up to the team about this change.

Change-Id: If1dca2ebd3e5289edb969eb03394a44ca7eb0776
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094387Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749437}
parent 99ffda8e
...@@ -42,7 +42,7 @@ const base::Feature kUseDefaultUserAgentInWebClient{ ...@@ -42,7 +42,7 @@ const base::Feature kUseDefaultUserAgentInWebClient{
"UseDefaultUserAgentInWebClient", base::FEATURE_DISABLED_BY_DEFAULT}; "UseDefaultUserAgentInWebClient", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kPreserveScrollViewProperties{ const base::Feature kPreserveScrollViewProperties{
"PreserveScrollViewProperties", base::FEATURE_DISABLED_BY_DEFAULT}; "PreserveScrollViewProperties", base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace features } // namespace features
} // namespace web } // namespace web
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