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

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: Added if statement to skip over string operations if string is already allocated 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 8d6c90dbe0c29f1c567784239cdc0db100f84a68..64a87289de8d95cb0cc5d5ff64191f8eb127ee27 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" dir="ltr"></div>
</section>
+ <section id="last-updated-container" hidden>
Evan Stade 2012/04/19 22:26:57 perhaps visibility: hidden would be better than hi
Kyle Horimoto 2012/04/23 20:37:03 Changed to "visibility: hidden". The whole "More I
Evan Stade 2012/04/24 18:21:52 ah i see
+ <h3 i18n-content="lastUpdated"></h3>
+ <div id="last-updated"></div>
+ </section>
</div>
<button id="more-info-expander" class="link-button"
i18n-content="showMoreInfo">

Powered by Google App Engine
This is Rietveld 408576698