Commit 484b3c72 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Settings Web UI: Remove flattenhtml for os people page

allowexternalscript="true" was removed in
https://chromium-review.googlesource.com/c/chromium/src/+/1980212

As a result this now causes a console error and prevents the people
page from loading in debug builds. Remove flattenhtml as well, since
there does not seem to be a reason to keep it for this file.

Bug: None
Change-Id: I43d92c68b76ae423e53cf4ce9010ee823bf9622c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982725Reviewed-by: default avatarDan Beam <dbeam@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#727527}
parent 1d934fd2
...@@ -612,8 +612,7 @@ ...@@ -612,8 +612,7 @@
type="chrome_html" /> type="chrome_html" />
<structure name="IDR_OS_SETTINGS_PEOPLE_PAGE_HTML" <structure name="IDR_OS_SETTINGS_PEOPLE_PAGE_HTML"
file="chromeos/os_people_page/os_people_page.html" file="chromeos/os_people_page/os_people_page.html"
type="chrome_html" type="chrome_html" />
flattenhtml="true" />
<structure name="IDR_OS_SETTINGS_PEOPLE_PAGE_JS" <structure name="IDR_OS_SETTINGS_PEOPLE_PAGE_JS"
file="chromeos/os_people_page/os_people_page.js" file="chromeos/os_people_page/os_people_page.js"
type="chrome_html" /> type="chrome_html" />
......
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