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

Unified Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2221563002: MD Settings: About page, allow error messages to contain HTML. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. Created 4 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index 3056163f8b9adeba907469c914613061a9d54759..77ce4a4dee8dda4a34a6c775474dc023c28d498e 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -87,13 +87,14 @@
<div class="start">
<div id="updateStatusMessage"
hidden="[[!shouldShowUpdateStatusMessage_(
- currentUpdateStatusEvent_)]]">
+ currentUpdateStatusEvent_)]]"
<if expr="not chromeos">
- [[getUpdateStatusMessage_(currentUpdateStatusEvent_)]]
+ inner-h-t-m-l="[[getUpdateStatusMessage_(
+ currentUpdateStatusEvent_)]]">
</if>
<if expr="chromeos">
- [[getUpdateStatusMessage_(
- currentUpdateStatusEvent_, targetChannel_)]]
+ inner-h-t-m-l="[[getUpdateStatusMessage_(
+ currentUpdateStatusEvent_, targetChannel_)]]">
</if>
</div>
<span id="deprecationWarning"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698