Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index b751a79239db47959923710afd0bbf7c7f658bed..04137cfb9d0f005775a20e7f2bc7fa2c9baa07da 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1799,6 +1799,12 @@ const char kAudioCaptureAllowed[] = "hardware.audio_capture_enabled"; |
// A dictionary that maps usernames to wallpaper properties. |
const char kUsersWallpaperInfo[] = "user_wallpaper_info"; |
+ |
+// Copy of owner swap mouse buttons option to use on login screen. |
+const char kOwnerPrimaryMouseButtonRight[] = "owner.mouse.primary_right"; |
+ |
+// Copy of owner tap-to-click option to use on login screen. |
+const char kOwnerTapToClickEnabled[] = "owner.touchpad.enable_tap_to_click"; |
#endif |
// Whether there is a Flash version installed that supports clearing LSO data. |