Commit e330bc98 authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Chromium LUCI CQ

fixup! Move ViewMsg_UpdateWebPreferences to Mojo

The original CL has read default_encoding twice with a wrong
value. Fix it.

Bug: 1097943, 1166690
Change-Id: I50f2080d5b54893296202282855edfefa6742dc6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631705Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#843933}
parent 687cff71
...@@ -31,7 +31,6 @@ bool StructTraits<blink::mojom::WebPreferencesDataView, ...@@ -31,7 +31,6 @@ bool StructTraits<blink::mojom::WebPreferencesDataView,
!data.ReadLazyImageFirstKFullyLoad(&out->lazy_image_first_k_fully_load) || !data.ReadLazyImageFirstKFullyLoad(&out->lazy_image_first_k_fully_load) ||
!data.ReadDefaultEncoding(&out->default_encoding) || !data.ReadDefaultEncoding(&out->default_encoding) ||
!data.ReadTextTrackBackgroundColor(&out->text_track_background_color) || !data.ReadTextTrackBackgroundColor(&out->text_track_background_color) ||
!data.ReadDefaultEncoding(&out->text_track_text_color) ||
!data.ReadTextTrackTextSize(&out->text_track_text_size) || !data.ReadTextTrackTextSize(&out->text_track_text_size) ||
!data.ReadTextTrackTextShadow(&out->text_track_text_shadow) || !data.ReadTextTrackTextShadow(&out->text_track_text_shadow) ||
!data.ReadTextTrackFontFamily(&out->text_track_font_family) || !data.ReadTextTrackFontFamily(&out->text_track_font_family) ||
......
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