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

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

Issue 10038034: Implemented a "Last Updated" field for the about page of Chrome OS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated comments, code style, etc. Created 8 years, 8 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.html
diff --git a/chrome/browser/resources/help/help.html b/chrome/browser/resources/help/help.html
index 0b86b6b8b2510ac7be97fe7bc53379f24c0fb06c..629369ef1e22c406095ab515e605baef064a4203 100644
--- a/chrome/browser/resources/help/help.html
+++ b/chrome/browser/resources/help/help.html
@@ -62,6 +62,10 @@
<h3 i18n-content="commandLine"></h3>
<div i18n-content="commandLineInfo"></div>
</section>
+ <section>
+ <h3 i18n-content="lastUpdated"></h3>
+ <div i18n-content="lastUpdatedDate"></div>
+ </section>
</div>
<button id="more-info-expander" class="link-button"
i18n-content="showMoreInfo">

Powered by Google App Engine
This is Rietveld 408576698