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

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

Issue 1065043003: Fixed browser options page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2311
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 </header> 4 </header>
5 <include src="reset_profile_settings_banner.html"> 5 <include src="reset_profile_settings_banner.html">
6 <include src="automatic_settings_reset_banner.html"> 6 <include src="automatic_settings_reset_banner.html">
7 <if expr="chromeos"> 7 <if expr="chromeos">
8 <include src="secondary_user_banner.html"> 8 <include src="secondary_user_banner.html">
9 <section> 9 <section>
10 <div id="network-section-header" class="section-header"> 10 <div id="network-section-header" class="section-header">
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 <div id="rappor-setting" class="checkbox controlled-setting-with-label"> 461 <div id="rappor-setting" class="checkbox controlled-setting-with-label">
462 <label> 462 <label>
463 <input pref="rappor.enabled" type="checkbox" 463 <input pref="rappor.enabled" type="checkbox"
464 metric="Options_RapporEnabledCheckbox"> 464 metric="Options_RapporEnabledCheckbox">
465 <span> 465 <span>
466 <span i18n-values=".innerHTML:enableRappor"></span> 466 <span i18n-values=".innerHTML:enableRappor"></span>
467 <span class="controlled-setting-indicator" 467 <span class="controlled-setting-indicator"
468 pref="rappor.enabled"></span> 468 pref="rappor.enabled"></span>
469 </span> 469 </span>
470 </label> 470 </label>
471 <div> 471 </div>
472 </if> <!-- _google_chrome --> 472 </if> <!-- _google_chrome -->
473 <div class="checkbox"> 473 <div class="checkbox">
474 <label> 474 <label>
475 <input id="do-not-track-enabled" pref="enable_do_not_track" 475 <input id="do-not-track-enabled" pref="enable_do_not_track"
476 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref> 476 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref>
477 <span i18n-content="doNotTrack"></span> 477 <span i18n-content="doNotTrack"></span>
478 </label> 478 </label>
479 </div> 479 </div>
480 <if expr="chromeos"> 480 <if expr="chromeos">
481 <div class="checkbox controlled-setting-with-label"> 481 <div class="checkbox controlled-setting-with-label">
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 </button> 1021 </button>
1022 </div> 1022 </div>
1023 </section> 1023 </section>
1024 </div> <!-- advanced-settings-container --> 1024 </div> <!-- advanced-settings-container -->
1025 </div> <!-- advanced-settings --> 1025 </div> <!-- advanced-settings -->
1026 <footer id="advanced-settings-footer"> 1026 <footer id="advanced-settings-footer">
1027 <a is="action-link" id="advanced-settings-expander" 1027 <a is="action-link" id="advanced-settings-expander"
1028 i18n-content="showAdvancedSettings"></a> 1028 i18n-content="showAdvancedSettings"></a>
1029 </footer> 1029 </footer>
1030 </div> 1030 </div>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698