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

Unified Diff: chrome/browser/resources/options/browser_options.html

Issue 400993003: Save slider preferences when using touch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Can only test CrOS Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/options/pref_ui.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index c442419c81825a404fbdaef944a9915faaf85a64..b3f41e057aa5cfbfca0385c51a22cb7e484833db 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -110,12 +110,12 @@
<span i18n-content="deviceGroupDescription"></span>
<div id="touchpad-settings" class="settings-row" hidden>
<span class="option-name" i18n-content="touchpadSpeed"></span>
- <input id="sensitivity-range" type="range" min="1" max="5"
+ <input id="touchpad-sensitivity-range" type="range" min="1" max="5"
pref="settings.touchpad.sensitivity2" class="touch-slider">
</div>
<div id="mouse-settings" class="settings-row" hidden>
<span class="option-name" i18n-content="mouseSpeed"></span>
- <input id="sensitivity-range" type="range" min="1" max="5"
+ <input id="mouse-sensitivity-range" type="range" min="1" max="5"
pref="settings.mouse.sensitivity2" class="touch-slider">
</div>
<div id="no-pointing-devices" i18n-content="noPointingDevices"
« no previous file with comments | « no previous file | chrome/browser/resources/options/pref_ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698