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

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

Issue 380893005: Add an option page for searching and managing resources and permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Last pass. Created 6 years, 5 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
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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 </div> 519 </div>
520 <div> 520 <div>
521 <a target="_blank" i18n-content="easyUnlockManagement" 521 <a target="_blank" i18n-content="easyUnlockManagement"
522 i18n-values="href:easyUnlockManagementURL"></a> 522 i18n-values="href:easyUnlockManagementURL"></a>
523 </div> 523 </div>
524 </div> 524 </div>
525 </section> 525 </section>
526 <section id="web-content-section"> 526 <section id="web-content-section">
527 <h3 i18n-content="advancedSectionTitleContent"></h3> 527 <h3 i18n-content="advancedSectionTitleContent"></h3>
528 <div> 528 <div>
529 <div id="website-settings-section" class="settings-row" hidden>
530 <button id="website-management-button"
531 i18n-content="websitesManage"></button>
532 </div>
529 <div class="settings-row"> 533 <div class="settings-row">
530 <label class="web-content-select-label"> 534 <label class="web-content-select-label">
531 <span i18n-content="defaultFontSizeLabel"></span> 535 <span i18n-content="defaultFontSizeLabel"></span>
532 <select id="defaultFontSize"> 536 <select id="defaultFontSize">
533 <option value="9" i18n-content="fontSizeLabelVerySmall"> 537 <option value="9" i18n-content="fontSizeLabelVerySmall">
534 </option> 538 </option>
535 <option value="12" i18n-content="fontSizeLabelSmall"></option> 539 <option value="12" i18n-content="fontSizeLabelSmall"></option>
536 <option value="16" i18n-content="fontSizeLabelMedium"></option> 540 <option value="16" i18n-content="fontSizeLabelMedium"></option>
537 <option value="20" i18n-content="fontSizeLabelLarge"></option> 541 <option value="20" i18n-content="fontSizeLabelLarge"></option>
538 <option value="24" i18n-content="fontSizeLabelVeryLarge"> 542 <option value="24" i18n-content="fontSizeLabelVeryLarge">
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 </div> 949 </div>
946 </section> 950 </section>
947 </div> <!-- advanced-settings-container --> 951 </div> <!-- advanced-settings-container -->
948 </div> <!-- advanced-settings --> 952 </div> <!-- advanced-settings -->
949 <footer> 953 <footer>
950 <button id="advanced-settings-expander" class="link-button" 954 <button id="advanced-settings-expander" class="link-button"
951 i18n-content="showAdvancedSettings"> 955 i18n-content="showAdvancedSettings">
952 </button> 956 </button>
953 </footer> 957 </footer>
954 </div> 958 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698