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

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

Issue 889153004: [Cleanup] Clean up Easy Unlock code a bit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and remove TODOs Created 5 years, 10 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 | 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="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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 </a> 567 </a>
568 </div> 568 </div>
569 <if expr="is_macosx"> 569 <if expr="is_macosx">
570 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> 570 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden>
571 </div> 571 </div>
572 </if> 572 </if>
573 </section> 573 </section>
574 <section id="easy-unlock-section" guest-visibility="hidden" hidden> 574 <section id="easy-unlock-section" guest-visibility="hidden" hidden>
575 <h3 i18n-content="easyUnlockSectionTitle"></h3> 575 <h3 i18n-content="easyUnlockSectionTitle"></h3>
576 <!-- Options shown when the user has not set up Easy Unlock --> 576 <!-- Options shown when the user has not set up Easy Unlock -->
577 <div id="easy-unlock-setup" hidden> 577 <div id="easy-unlock-disabled" hidden>
578 <div class="settings-row"> 578 <div class="settings-row">
579 <span i18n-content="easyUnlockSetupIntro"></span> 579 <span i18n-content="easyUnlockSetupIntro"></span>
580 <a target="_blank" i18n-content="learnMore" 580 <a target="_blank" i18n-content="learnMore"
581 i18n-values="href:easyUnlockLearnMoreURL"></a> 581 i18n-values="href:easyUnlockLearnMoreURL"></a>
582 </div> 582 </div>
583 <button id="easy-unlock-setup-button" 583 <button id="easy-unlock-setup-button"
584 i18n-content="easyUnlockSetupButton"></button> 584 i18n-content="easyUnlockSetupButton"></button>
585 </div> 585 </div>
586 <!-- Options shown when the user has set up Easy Unlock --> 586 <!-- Options shown when the user has set up Easy Unlock -->
587 <div id="easy-unlock-enable" hidden> 587 <div id="easy-unlock-enabled" hidden>
588 <div class="settings-row"> 588 <div class="settings-row">
589 <span i18n-content="easyUnlockDescription"></span> 589 <span i18n-content="easyUnlockDescription"></span>
590 <a target="_blank" i18n-content="learnMore" 590 <a target="_blank" i18n-content="learnMore"
591 i18n-values="href:easyUnlockLearnMoreURL"></a> 591 i18n-values="href:easyUnlockLearnMoreURL"></a>
592 <div id="easy-unlock-enable-proximity-detection" class="checkbox" 592 <div id="easy-unlock-enable-proximity-detection" class="checkbox"
593 hidden> 593 hidden>
594 <label> 594 <label>
595 <input type="checkbox" 595 <input type="checkbox"
596 metric="Options_EasyUnlockRequireProximity" 596 metric="Options_EasyUnlockRequireProximity"
597 pref="easy_unlock.proximity_required"> 597 pref="easy_unlock.proximity_required">
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 </button> 1004 </button>
1005 </div> 1005 </div>
1006 </section> 1006 </section>
1007 </div> <!-- advanced-settings-container --> 1007 </div> <!-- advanced-settings-container -->
1008 </div> <!-- advanced-settings --> 1008 </div> <!-- advanced-settings -->
1009 <footer id="advanced-settings-footer"> 1009 <footer id="advanced-settings-footer">
1010 <a is="action-link" id="advanced-settings-expander" 1010 <a is="action-link" id="advanced-settings-expander"
1011 i18n-content="showAdvancedSettings"></a> 1011 i18n-content="showAdvancedSettings"></a>
1012 </footer> 1012 </footer>
1013 </div> 1013 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698