Index: chrome/browser/chromeos/system/input_device_settings.h |
=================================================================== |
--- chrome/browser/chromeos/system/input_device_settings.h (revision 118124) |
+++ chrome/browser/chromeos/system/input_device_settings.h (working copy) |
@@ -9,13 +9,17 @@ |
namespace chromeos { |
namespace system { |
+namespace pointer_settings { |
+ |
+// Sets the pointer sensitivity in the range [1, 5]. |
+void SetSensitivity(int value); |
+ |
+} // namespace pointer_settings |
+ |
namespace touchpad_settings { |
bool TouchpadExists(); |
-// Sets the touchpad sensitivity in range from 1 to 5. |
-void SetSensitivity(int value); |
- |
// Turns tap to click on / off. |
void SetTapToClick(bool enabled); |