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

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

Issue 26238007: patch from issue 27196006 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no float Created 7 years, 2 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
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 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 </div> 740 </div>
741 <div class="option-name" id="accessibility-tap-dragging"> 741 <div class="option-name" id="accessibility-tap-dragging">
742 <div class="checkbox"> 742 <div class="checkbox">
743 <label> 743 <label>
744 <input id="accessibility-tap-dragging-check" 744 <input id="accessibility-tap-dragging-check"
745 pref="settings.touchpad.enable_tap_dragging" type="checkbox"> 745 pref="settings.touchpad.enable_tap_dragging" type="checkbox">
746 <span i18n-content="accessibilityTapDragging"></span> 746 <span i18n-content="accessibilityTapDragging"></span>
747 </label> 747 </label>
748 </div> 748 </div>
749 </div> 749 </div>
750 <div class="option-name" id="accessibility-autoclick" hidden>
751 <span class="controlled-setting-with-label">
752 <input id="accessibility-autoclick-check"
753 pref="settings.a11y.autoclick" type="checkbox">
754 <span style="display:block">
755 <label for="accessibility-autoclick-check"
756 i18n-content="accessibilityAutoclick">
757 </label>
758 <span class="controlled-setting-indicator"
759 pref="settings.a11y.autoclick">
760 </span>
761 <div>
762 <label class="option-name" for="accessibility-autoclick-dropdown"
763 i18n-content="accessibilityAutoclickDropdown">
764 </label>
765 <select id="accessibility-autoclick-dropdown" class="control"
766 data-type="number"
767 pref="settings.a11y.autoclick_delay_ms">
768 <option value="200"
769 i18n-content="autoclickDelayExtremelyShort"></option>
770 <option value="400"
771 i18n-content="autoclickDelayVeryShort"></option>
772 <option value="600" i18n-content="autoclickDelayShort"></option>
773 <option value="800" i18n-content="autoclickDelayLong"></option>
774 <option value="1000"
775 i18n-content="autoclickDelayVeryLong"></option>
776 </select>
777 <span class="controlled-setting-indicator"
778 pref="settings.a11y.autoclick_delay_ms">
779 </span>
780 </div>
781 </span>
782 </span>
783 </div>
750 </section> 784 </section>
751 <if expr="pp_ifdef('chromeos')"> 785 <if expr="pp_ifdef('chromeos')">
752 <section id="factory-reset-section" hidden> 786 <section id="factory-reset-section" hidden>
753 <h3 i18n-content="factoryResetTitle"></h3> 787 <h3 i18n-content="factoryResetTitle"></h3>
754 <div> 788 <div>
755 <span class="settings-row" i18n-content="factoryResetDescription"> 789 <span class="settings-row" i18n-content="factoryResetDescription">
756 </span> 790 </span>
757 <button id="factory-reset-restart" 791 <button id="factory-reset-restart"
758 i18n-content="factoryResetRestart"> 792 i18n-content="factoryResetRestart">
759 </button> 793 </button>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 </div> 840 </div>
807 </section> 841 </section>
808 </div> <!-- advanced-settings-container --> 842 </div> <!-- advanced-settings-container -->
809 </div> <!-- advanced-settings --> 843 </div> <!-- advanced-settings -->
810 <footer> 844 <footer>
811 <button id="advanced-settings-expander" class="link-button" 845 <button id="advanced-settings-expander" class="link-button"
812 i18n-content="showAdvancedSettings"> 846 i18n-content="showAdvancedSettings">
813 </button> 847 </button>
814 </footer> 848 </footer>
815 </div> 849 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.css ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698