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

Side by Side Diff: chrome/browser/resources/options/chromeos/system_options.html

Issue 8249011: Remove 'Enable tap-to-click' checkbox for non-touchpad devices. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: cleanup TouchpadSettings interface Created 9 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="systemPage" class="page" hidden> 1 <div id="systemPage" class="page" hidden>
2 <h1 i18n-content="systemPage"></h1> 2 <h1 i18n-content="systemPage"></h1>
3 <div class="displaytable"> 3 <div class="displaytable">
4 <section> 4 <section>
5 <h3 i18n-content="datetimeTitle"></h3> 5 <h3 i18n-content="datetimeTitle"></h3>
6 <div class="option-control-table"> 6 <div class="option-control-table">
7 <span class="option-name" i18n-content="timezone"></span> 7 <span class="option-name" i18n-content="timezone"></span>
8 <div id="timezone-value"> 8 <div id="timezone-value">
9 <select id="timezone-select" class="control" 9 <select id="timezone-select" class="control"
10 i18n-options="timezoneList" 10 i18n-options="timezoneList"
(...skipping 30 matching lines...) Expand all
41 <div id="slider-control"> 41 <div id="slider-control">
42 <input id="sensitivity-range" type="range" min="1" max="5" 42 <input id="sensitivity-range" type="range" min="1" max="5"
43 pref="settings.touchpad.sensitivity2" class="touch-slider"> 43 pref="settings.touchpad.sensitivity2" class="touch-slider">
44 <div> 44 <div>
45 <span i18n-content="sensitivityLess"></span> 45 <span i18n-content="sensitivityLess"></span>
46 <span i18n-content="sensitivityMore" 46 <span i18n-content="sensitivityMore"
47 class="touchpad-sensitivity-more"></span> 47 class="touchpad-sensitivity-more"></span>
48 </div> 48 </div>
49 </div> 49 </div>
50 </div> 50 </div>
51 <div class="checkbox"> 51 <div id="tap-to-click" class="checkbox" hidden>
52 <label> 52 <label>
53 <input id="tap-to-click-check" 53 <input id="tap-to-click-check"
54 pref="settings.touchpad.enable_tap_to_click" 54 pref="settings.touchpad.enable_tap_to_click"
55 type="checkbox"> 55 type="checkbox">
56 <span i18n-content="enableTapToClick"></span> 56 <span i18n-content="enableTapToClick"></span>
57 </label> 57 </label>
58 </div> 58 </div>
59 </div> 59 </div>
60 </section> 60 </section>
61 <!-- By default, the bluetooth section is hidden. It is only 61 <!-- By default, the bluetooth section is hidden. It is only
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 <label> 106 <label>
107 <input id="accesibility-check" type="checkbox"> 107 <input id="accesibility-check" type="checkbox">
108 <span i18n-content="accessibility"></span> 108 <span i18n-content="accessibility"></span>
109 </label> 109 </label>
110 </div> 110 </div>
111 </div> 111 </div>
112 </div> 112 </div>
113 </section> 113 </section>
114 </div> 114 </div>
115 </div> 115 </div>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/system/touchpad_settings.cc ('k') | chrome/browser/resources/options/chromeos/system_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698