Chromium Code Reviews| 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..569a288ae6928596bb45dcc2bc79ab49a0a2fcc0 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 id="last-updated"></div> |
| + </section> |
| </div> |
| <button id="more-info-expander" class="link-button" |
| i18n-content="showMoreInfo"> |