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

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

Issue 2464403003: [CUPS] Implement the "Printers" section in chrome://settings. (Closed)
Patch Set: Address michaelpg@'s comment. Created 4 years, 1 month 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/browser_options.js » ('j') | 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="automatic_settings_reset_banner.html"> 5 <include src="automatic_settings_reset_banner.html">
6 <if expr="chromeos"> 6 <if expr="chromeos">
7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html"> 7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html">
8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml"> 8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml">
9 <include src="secondary_user_banner.html"> 9 <include src="secondary_user_banner.html">
10 <section id="network-section-cros"> 10 <section id="network-section-cros">
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 <h3 i18n-content="advancedSectionTitleCertificates"></h3> 755 <h3 i18n-content="advancedSectionTitleCertificates"></h3>
756 <div> 756 <div>
757 <if expr="use_nss_certs or is_win or is_macosx"> 757 <if expr="use_nss_certs or is_win or is_macosx">
758 <div class="settings-row"> 758 <div class="settings-row">
759 <button id="certificatesManageButton" 759 <button id="certificatesManageButton"
760 i18n-content="certificatesManageButton"></button> 760 i18n-content="certificatesManageButton"></button>
761 </div> 761 </div>
762 </if> 762 </if>
763 </div> 763 </div>
764 </section> 764 </section>
765 <if expr="chromeos">
766 <section id="cups-printers-section" hidden>
767 <h3 i18n-content="advancedSectionTitleCupsPrint"></h3>
768 <div class="settings-row">
769 <span i18n-content="cupsPrintOptionLabel"></span>
770 <a target="_blank" i18n-content="learnMore"
771 i18n-values="href:cupsPrintLearnMoreURL">
772 </a>
773 </div>
774 <div class="settings-row">
775 <button id="cupsPrintersManageButton"
776 i18n-content="cupsPrintersManageButton"></button>
777 </div>
778 </section>
779 </if>
765 <if expr="enable_service_discovery"> 780 <if expr="enable_service_discovery">
766 <section id="cloudprint-options-mdns"> 781 <section id="cloudprint-options-mdns">
767 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> 782 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
768 <div class="settings-row"> 783 <div class="settings-row">
769 <span i18n-content="cloudPrintOptionLabel"></span> 784 <span i18n-content="cloudPrintOptionLabel"></span>
770 <a target="_blank" i18n-content="learnMore" 785 <a target="_blank" i18n-content="learnMore"
771 i18n-values="href:cloudPrintLearnMoreURL"></a> 786 i18n-values="href:cloudPrintLearnMoreURL"></a>
772 </div> 787 </div>
773 <div class="settings-row"> 788 <div class="settings-row">
774 <button id="cloudPrintDevicesPageButton" 789 <button id="cloudPrintDevicesPageButton"
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 </button> 1133 </button>
1119 </div> 1134 </div>
1120 </section> 1135 </section>
1121 </div> <!-- advanced-settings-container --> 1136 </div> <!-- advanced-settings-container -->
1122 </div> <!-- advanced-settings --> 1137 </div> <!-- advanced-settings -->
1123 <footer id="advanced-settings-footer"> 1138 <footer id="advanced-settings-footer">
1124 <a is="action-link" id="advanced-settings-expander" 1139 <a is="action-link" id="advanced-settings-expander"
1125 i18n-content="showAdvancedSettings"></a> 1140 i18n-content="showAdvancedSettings"></a>
1126 </footer> 1141 </footer>
1127 </div> 1142 </div>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698