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

Unified Diff: chrome/browser/prefs/command_line_pref_store.cc

Issue 10264019: Support for cros touchpad 3-finger click as middle button. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 8 years, 8 months 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
« no previous file with comments | « chrome/browser/chromeos/system/input_device_settings.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/command_line_pref_store.cc
===================================================================
--- chrome/browser/prefs/command_line_pref_store.cc (revision 134766)
+++ chrome/browser/prefs/command_line_pref_store.cc (working copy)
@@ -61,6 +61,8 @@
#endif
#if defined(OS_CHROMEOS)
{ switches::kDisableGData, prefs::kDisableGData, true },
+ { switches::kEnableTouchpadThreeFingerClick,
+ prefs::kEnableTouchpadThreeFingerClick, true },
#endif
};
« no previous file with comments | « chrome/browser/chromeos/system/input_device_settings.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698