Chromium Code Reviews| Index: chrome/browser/chromeos/system/touchpad_settings.h |
| =================================================================== |
| --- chrome/browser/chromeos/system/touchpad_settings.h (revision 114508) |
| +++ chrome/browser/chromeos/system/touchpad_settings.h (working copy) |
| @@ -19,6 +19,13 @@ |
| void SetTapToClick(bool enabled); |
| } // namespace touchpad_settings |
| + |
| +namespace mouse_settings { |
| + |
| +void SetPrimaryButtonRight(bool right); |
| + |
| +} // namespace mouse_settings |
| + |
| } // namespace system |
| } // namespace chromeos |