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

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

Issue 16535004: Introduce StickyKeys settings item with behind flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing a comment Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/about_flags.cc ('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 <if expr="not pp_ifdef('chromeos')"> 5 <if expr="not pp_ifdef('chromeos')">
6 <include src="sync_section.html"> 6 <include src="sync_section.html">
7 </if> 7 </if>
8 <if expr="pp_ifdef('chromeos')"> 8 <if expr="pp_ifdef('chromeos')">
9 <section> 9 <section>
10 <h3 i18n-content="sectionTitleInternet"></h3> 10 <h3 i18n-content="sectionTitleInternet"></h3>
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 <label for="accessibility-high-contrast-check" 635 <label for="accessibility-high-contrast-check"
636 i18n-content="accessibilityHighContrast"> 636 i18n-content="accessibilityHighContrast">
637 </label> 637 </label>
638 <span class="controlled-setting-indicator" 638 <span class="controlled-setting-indicator"
639 pref="settings.a11y.high_contrast_enabled"> 639 pref="settings.a11y.high_contrast_enabled">
640 </span> 640 </span>
641 </span> 641 </span>
642 </span> 642 </span>
643 </div> 643 </div>
644 </div> 644 </div>
645 <div id="accessibility-sticky-keys" class="option-name" hidden>
646 <div class="checkbox">
647 <span class="controlled-setting-with-label">
648 <input id="accessibility-sticky-keys-check"
649 pref="settings.a11y.sticky_keys_enabled" type="checkbox">
650 <span>
651 <label for="accessibility-sticky-keys-check"
652 i18n-content="accessibilityStickyKeys">
653 </label>
654 <span class="controlled-setting-indicator"
655 pref="settings.a11y.sticky_keys_enabled">
656 </span>
657 </span>
658 </span>
659 </div>
660 </div>
645 <div class="option-name"> 661 <div class="option-name">
646 <div class="checkbox"> 662 <div class="checkbox">
647 <span class="controlled-setting-with-label"> 663 <span class="controlled-setting-with-label">
648 <input id="accessibility-spoken-feedback-check" 664 <input id="accessibility-spoken-feedback-check"
649 pref="settings.accessibility" type="checkbox"> 665 pref="settings.accessibility" type="checkbox">
650 <span> 666 <span>
651 <label for="accessibility-spoken-feedback-check" 667 <label for="accessibility-spoken-feedback-check"
652 i18n-content="accessibilitySpokenFeedback"> 668 i18n-content="accessibilitySpokenFeedback">
653 </label> 669 </label>
654 <span class="controlled-setting-indicator" 670 <span class="controlled-setting-indicator"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 </div> 758 </div>
743 </section> 759 </section>
744 </div> <!-- advanced-settings-container --> 760 </div> <!-- advanced-settings-container -->
745 </div> <!-- advanced-settings --> 761 </div> <!-- advanced-settings -->
746 <footer> 762 <footer>
747 <button id="advanced-settings-expander" class="link-button" 763 <button id="advanced-settings-expander" class="link-button"
748 i18n-content="showAdvancedSettings"> 764 i18n-content="showAdvancedSettings">
749 </button> 765 </button>
750 </footer> 766 </footer>
751 </div> 767 </div>
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698