Index: chrome/browser/chromeos/system/input_device_settings.h |
=================================================================== |
--- chrome/browser/chromeos/system/input_device_settings.h (revision 134766) |
+++ chrome/browser/chromeos/system/input_device_settings.h (working copy) |
@@ -19,6 +19,9 @@ |
// Turns tap to click on / off. |
void SetTapToClick(bool enabled); |
+// Switch for three-finger click. |
+void SetThreeFingerClick(bool enabled); |
+ |
} // namespace touchpad_settings |
namespace mouse_settings { |