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

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 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 <label> 643 <label>
644 <input id="sslCheckRevocation" pref="ssl.rev_checking.enabled" 644 <input id="sslCheckRevocation" pref="ssl.rev_checking.enabled"
645 type="checkbox"> 645 type="checkbox">
646 <span i18n-content="sslCheckRevocation"></span> 646 <span i18n-content="sslCheckRevocation"></span>
647 </label> 647 </label>
648 </div> 648 </div>
649 </div> 649 </div>
650 </section> 650 </section>
651 <section id="cloud-print-connector-section"> 651 <section id="cloud-print-connector-section">
652 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> 652 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
653 <if expr="enable_mdns"> 653 <if expr="enable_service_discovery">
654 <div id="cloudprint-options-mdns" hidden> 654 <div id="cloudprint-options-mdns" hidden>
655 <div class="settings-row"> 655 <div class="settings-row">
656 <span i18n-content="cloudPrintOptionLabel"></span> 656 <span i18n-content="cloudPrintOptionLabel"></span>
657 <a target="_blank" i18n-content="learnMore" 657 <a target="_blank" i18n-content="learnMore"
658 i18n-values="href:cloudPrintLearnMoreURL"></a> 658 i18n-values="href:cloudPrintLearnMoreURL"></a>
659 </div> 659 </div>
660 <button id="cloudPrintDevicesPageButton" 660 <button id="cloudPrintDevicesPageButton"
661 i18n-content="cloudPrintDevicesPageButton"> 661 i18n-content="cloudPrintDevicesPageButton">
662 </button> 662 </button>
663 663
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 </div> 940 </div>
941 </section> 941 </section>
942 </div> <!-- advanced-settings-container --> 942 </div> <!-- advanced-settings-container -->
943 </div> <!-- advanced-settings --> 943 </div> <!-- advanced-settings -->
944 <footer> 944 <footer>
945 <button id="advanced-settings-expander" class="link-button" 945 <button id="advanced-settings-expander" class="link-button"
946 i18n-content="showAdvancedSettings"> 946 i18n-content="showAdvancedSettings">
947 </button> 947 </button>
948 </footer> 948 </footer>
949 </div> 949 </div>
OLDNEW
« no previous file with comments | « chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc ('k') | chrome/browser/ui/toolbar/origin_chip_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698