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

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

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 <section id="startupSection"> 3 <section id="startupSection">
4 <h3 i18n-content="startupGroupName"></h3> 4 <h3 i18n-content="startupGroupName"></h3>
5 <div> 5 <div>
6 <div class="radio"> 6 <div class="radio">
7 <label> 7 <label>
8 <input type="radio" name="startup" pref="session.restore_on_startup" 8 <input type="radio" name="startup" pref="session.restore_on_startup"
9 value="0" metric="Options_Startup_Homepage"> 9 value="0" metric="Options_Startup_Homepage">
10 <span i18n-content="startupShowDefaultAndNewTab"></span> 10 <span i18n-content="startupShowDefaultAndNewTab"></span>
11 </label> 11 </label>
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 <h3 i18n-content="defaultBrowserGroupName"></h3> 109 <h3 i18n-content="defaultBrowserGroupName"></h3>
110 <div> 110 <div>
111 <button id="defaultBrowserUseAsDefaultButton" 111 <button id="defaultBrowserUseAsDefaultButton"
112 i18n-content="defaultBrowserUseAsDefault"></button> 112 i18n-content="defaultBrowserUseAsDefault"></button>
113 <div id="defaultBrowserState" 113 <div id="defaultBrowserState"
114 i18n-content="defaultBrowserUnknown"></div> 114 i18n-content="defaultBrowserUnknown"></div>
115 </div> 115 </div>
116 </section> 116 </section>
117 </if> 117 </if>
118 </div> 118 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698