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

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

Issue 2698133003: MD Settings: About: Show connectionTypes message (Closed)
Patch Set: Created 3 years, 10 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 3e4f02952002eceba0941e2c5fd70f26d49ca3e6..57e7d29df99a31c6d156d5f46c3ace86dc364c75 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -99,16 +99,22 @@
obsoleteSystemInfo_, currentUpdateStatusEvent_)]]">
</iron-icon>
<div class="start">
- <div id="updateStatusMessage" hidden="[[!showUpdateStatus_]]"
<if expr="not chromeos">
+ <div id="updateStatusMessage" hidden="[[!showUpdateStatus_]]"
inner-h-t-m-l="[[getUpdateStatusMessage_(
currentUpdateStatusEvent_)]]">
+ </div>
</if>
<if expr="chromeos">
+ <div id="updateStatusMessage" hidden="[[!showUpdateStatus_]]"
inner-h-t-m-l="[[getUpdateStatusMessage_(
currentUpdateStatusEvent_, targetChannel_)]]">
-</if>
</div>
+ <div id="updateStatusMessage" hidden="[[!showConnectionType_]]"
dpapad 2017/02/16 21:22:27 Having two elements with the same ID in the DOM do
stevenjb 2017/02/17 01:06:01 Oops. Copy/paste bug. I'll change the id and add a
dpapad 2017/02/17 01:14:38 Conceptually the connection types error message is
stevenjb 2017/02/17 01:28:51 I feel like there is a difference between embeddin
dpapad 2017/02/17 02:44:28 FWIW, the <b> is just a trick. We don't actually i
+ inner-h-t-m-l="[[
+ currentUpdateStatusEvent_.connectionTypes]]">
+ </div>
+</if>
<span id="deprecationWarning"
hidden="[[!obsoleteSystemInfo_.obsolete]]">
$i18n{aboutObsoleteSystem}
« 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