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

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

Issue 8905025: ChromeOS Mouse settings. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: merge options changes into options2 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.cc
===================================================================
--- chrome/browser/chromeos/system/touchpad_settings.cc (revision 114508)
+++ chrome/browser/chromeos/system/touchpad_settings.cc (working copy)
@@ -4,6 +4,9 @@
#include "chrome/browser/chromeos/system/touchpad_settings.h"
+#include <string>
+#include <vector>
+
#include "base/bind.h"
#include "base/command_line.h"
#include "base/file_path.h"
@@ -18,6 +21,7 @@
namespace chromeos {
namespace system {
+
namespace touchpad_settings {
namespace {
const char* kTpControl = "/opt/google/touchpad/tpcontrol";
@@ -94,5 +98,14 @@
}
} // namespace touchpad_settings
+
+namespace mouse_settings {
+
+void SetPrimaryButtonRight(bool right) {
+ // TODO(achuith, adlr): Call mouse_ctrl when it exists.
+}
+
+} // namespace mouse_settings
+
} // namespace system
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/system/touchpad_settings.h ('k') | chrome/browser/resources/options/chromeos/system_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698