| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 0f827815b18ecaab7cc5c48a1fa694866f734262..a57ae99f5803a006861c2a8ac61ef372d51620b2 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1794,6 +1794,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.
|
|
|