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

Side by Side Diff: chrome/browser/resources/options/advanced_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="advancedPage" class="page hidden"> 1 <div id="advancedPage" class="page" hidden>
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
5 <div> 5 <div>
6 <div class="section-group"> 6 <div class="section-group">
7 <button id="privacyContentSettingsButton" 7 <button id="privacyContentSettingsButton"
8 i18n-content="privacyContentSettingsButton"></button> 8 i18n-content="privacyContentSettingsButton"></button>
9 <button id="privacyClearDataButton" 9 <button id="privacyClearDataButton"
10 i18n-content="privacyClearDataButton"></button> 10 i18n-content="privacyClearDataButton"></button>
11 </div> 11 </div>
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 <h3 i18n-content="advancedSectionTitleBackground"></h3> 215 <h3 i18n-content="advancedSectionTitleBackground"></h3>
216 <div class="checkbox"> 216 <div class="checkbox">
217 <label> 217 <label>
218 <input id="backgroundModeCheckbox" type="checkbox"> 218 <input id="backgroundModeCheckbox" type="checkbox">
219 <span i18n-content="backgroundModeCheckbox"></span> 219 <span i18n-content="backgroundModeCheckbox"></span>
220 </label> 220 </label>
221 </div> 221 </div>
222 </section> 222 </section>
223 </if> 223 </if>
224 </div> 224 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698