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

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

Issue 195983023: Enable devices page UI on MacOSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_dcheck
Patch Set: Created 6 years, 9 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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 <label> 607 <label>
608 <input id="sslCheckRevocation" pref="ssl.rev_checking.enabled" 608 <input id="sslCheckRevocation" pref="ssl.rev_checking.enabled"
609 type="checkbox"> 609 type="checkbox">
610 <span i18n-content="sslCheckRevocation"></span> 610 <span i18n-content="sslCheckRevocation"></span>
611 </label> 611 </label>
612 </div> 612 </div>
613 </div> 613 </div>
614 </section> 614 </section>
615 <section id="cloud-print-connector-section"> 615 <section id="cloud-print-connector-section">
616 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> 616 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
617 <if expr="enable_mdns"> 617 <if expr="enable_service_discovery">
618 <div id="cloudprint-options-mdns" hidden> 618 <div id="cloudprint-options-mdns" hidden>
619 <div class="settings-row"> 619 <div class="settings-row">
620 <span i18n-content="cloudPrintOptionLabel"></span> 620 <span i18n-content="cloudPrintOptionLabel"></span>
621 <a target="_blank" i18n-content="learnMore" 621 <a target="_blank" i18n-content="learnMore"
622 i18n-values="href:cloudPrintLearnMoreURL"></a> 622 i18n-values="href:cloudPrintLearnMoreURL"></a>
623 </div> 623 </div>
624 <button id="cloudPrintDevicesPageButton" 624 <button id="cloudPrintDevicesPageButton"
625 i18n-content="cloudPrintDevicesPageButton"> 625 i18n-content="cloudPrintDevicesPageButton">
626 </button> 626 </button>
627 627
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 </div> 904 </div>
905 </section> 905 </section>
906 </div> <!-- advanced-settings-container --> 906 </div> <!-- advanced-settings-container -->
907 </div> <!-- advanced-settings --> 907 </div> <!-- advanced-settings -->
908 <footer> 908 <footer>
909 <button id="advanced-settings-expander" class="link-button" 909 <button id="advanced-settings-expander" class="link-button"
910 i18n-content="showAdvancedSettings"> 910 i18n-content="showAdvancedSettings">
911 </button> 911 </button>
912 </footer> 912 </footer>
913 </div> 913 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698