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

Unified Diff: chrome/browser/resources/help/help_content.html

Issue 2081873002: Incorporate comments in Dbus code and add Eol icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporate comments from isherman@ Created 4 years, 6 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 | « chrome/browser/resources/help/help_content.css ('k') | chrome/browser/resources/help/help_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help_content.html
diff --git a/chrome/browser/resources/help/help_content.html b/chrome/browser/resources/help/help_content.html
index 3d1a9674a89e11cb0fb4f89da418aa0de74d312f..d43d645a7811658129d69619923745c16708999e 100644
--- a/chrome/browser/resources/help/help_content.html
+++ b/chrome/browser/resources/help/help_content.html
@@ -45,6 +45,15 @@
<div id="allowed-connection-types-message" hidden></div>
</div>
</div>
+<if expr="chromeos">
+ <div id="eol-status-container" hidden>
+ <div id="eol-status-icon" class="help-page-icon"></div>
+ <div id="eol-status-message-container">
+ <div id="eol-message"></div>
+ <div id="eol-learnMore" i18n-content="eolLearnMore"></div>
+ </div>
+ </div>
+</if>
<div id="update-buttons-container">
<div id="update-percentage" hidden></div>
<if expr="is_macosx">
@@ -52,7 +61,6 @@
</if>
<button id="relaunch" i18n-content="relaunch" hidden></button>
<if expr="chromeos">
- <div id ="eol-message" hidden></div>
<button id="relaunch-and-powerwash"
i18n-content="relaunchAndPowerwash" hidden>
</button>
« no previous file with comments | « chrome/browser/resources/help/help_content.css ('k') | chrome/browser/resources/help/help_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698