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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/chromeos/system_options.html
===================================================================
--- chrome/browser/resources/options/chromeos/system_options.html (revision 106949)
+++ chrome/browser/resources/options/chromeos/system_options.html (working copy)
@@ -48,7 +48,7 @@
</div>
</div>
</div>
- <div class="checkbox">
+ <div id="tap-to-click" class="checkbox" hidden>
<label>
<input id="tap-to-click-check"
pref="settings.touchpad.enable_tap_to_click"
« 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