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

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

Issue 9091015: [uber page] Convert 'Under the Hood' page to a sub-page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: code review tweak 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
OLDNEW
1 <div id="browserPage" class="page" hidden> 1 <div id="browserPage" class="page" hidden>
2 <h1 i18n-content="browserPage"></h1> 2 <h1 i18n-content="browserPage"></h1>
3 <div class="displaytable"> 3 <div class="displaytable">
4 <section id="startupSection"> 4 <section id="startupSection">
5 <h3 i18n-content="startupGroupName"></h3> 5 <h3 i18n-content="startupGroupName"></h3>
6 <div> 6 <div>
7 <div class="radio"> 7 <div class="radio">
8 <label> 8 <label>
9 <input type="radio" name="startup" value="0" 9 <input type="radio" name="startup" value="0"
10 pref="session.restore_on_startup" 10 pref="session.restore_on_startup"
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 <section> 114 <section>
115 <h3 i18n-content="defaultBrowserGroupName"></h3> 115 <h3 i18n-content="defaultBrowserGroupName"></h3>
116 <div> 116 <div>
117 <button id="defaultBrowserUseAsDefaultButton" 117 <button id="defaultBrowserUseAsDefaultButton"
118 i18n-content="defaultBrowserUseAsDefault"></button> 118 i18n-content="defaultBrowserUseAsDefault"></button>
119 <div id="defaultBrowserState" 119 <div id="defaultBrowserState"
120 i18n-content="defaultBrowserUnknown"></div> 120 i18n-content="defaultBrowserUnknown"></div>
121 </div> 121 </div>
122 </section> 122 </section>
123 </if> 123 </if>
124 <section>
125 <h3 i18n-content="advancedGroupName"></h3>
126 <div>
127 <div i18n-content="advancedGroupDescription"></div>
128 <button id="advancedOptionsButton"
129 i18n-content="advancedOptionsButtonTitle"></button>
130 </div>
131 </section>
124 </div> 132 </div>
125 </div> 133 </div>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options2/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698