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

Side by Side Diff: chrome/browser/resources/options2/about_page.html

Issue 9147054: Revert 117136 - separate about page into its own page (included in chrome://chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 <div id="aboutPage" class="page" hidden> 1 <div id="aboutPage" class="page" hidden>
2 <h1 i18n-content="product"></h1> 2 <h1 i18n-content="product"></h1>
3 <div id="aboutPageLessInfo"> 3 <div id="aboutPageLessInfo">
4 <section> 4 <section>
5 <div> 5 <div>
6 <!-- White space is significant between spans. --> 6 <!-- White space is significant between spans. -->
7 <div> 7 <div>
8 <span i18n-content="browser"></span> 8 <span i18n-content="browser"></span>
9 <span i18n-content="browser_version"></span> 9 <span i18n-content="browser_version"></span>
10 </div> 10 </div>
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 <span id="updateStatus" i18n-content="update_status"></span> 110 <span id="updateStatus" i18n-content="update_status"></span>
111 </div> 111 </div>
112 <div> 112 <div>
113 <!-- TODO seanparent: fill in last checked. --> 113 <!-- TODO seanparent: fill in last checked. -->
114 <!-- <span i18n-content="last_check"></span> --> 114 <!-- <span i18n-content="last_check"></span> -->
115 <button id="checkNow" i18n-content="check_now" disabled></button> 115 <button id="checkNow" i18n-content="check_now" disabled></button>
116 </div> 116 </div>
117 </div> 117 </div>
118 </section> 118 </section>
119 </div> 119 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/about_page.css ('k') | chrome/browser/resources/options2/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698