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

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 UI review: Changed vector icons and UI strings. 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
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..447c55206e518aea07a72476ff02eabcd64e127b 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>
xiyuan 2016/06/29 22:29:37 nit: strip space before and after "="
xiaoyinh(OOO Sep 11-29) 2016/06/29 23:25:56 Done.
+ <div id = "eol-learnMore" i18n-content="eolLearnMore"></div>
xiyuan 2016/06/29 22:29:37 ditto
xiaoyinh(OOO Sep 11-29) 2016/06/29 23:25:56 Done.
+ </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>

Powered by Google App Engine
This is Rietveld 408576698