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

Unified Diff: chrome/browser/chromeos/system/touchpad_settings.h

Issue 8905025: ChromeOS Mouse settings. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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/chromeos/system/touchpad_settings.h
===================================================================
--- chrome/browser/chromeos/system/touchpad_settings.h (revision 114069)
+++ chrome/browser/chromeos/system/touchpad_settings.h (working copy)
@@ -19,6 +19,13 @@
void SetTapToClick(bool enabled);
} // namespace touchpad_settings
+
+namespace mouse_settings {
+
+void SetPrimaryButtonLeft(bool left);
+
+} // namespace mouse_settings
+
} // namespace system
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698