| 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
|
|
|
|
|