| Index: chrome/browser/chromeos/login/wizard_controller.cc
|
| diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc
|
| index 53a9b0007fac28bb82fc4568c226ff920017e844..70453fb433022aa03d6914c1c149b01cff92f88a 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.cc
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.cc
|
| @@ -402,6 +402,8 @@ void WizardController::RegisterPrefs(PrefService* local_state) {
|
| false,
|
| PrefService::UNSYNCABLE_PREF);
|
| }
|
| + local_state->RegisterBooleanPref(prefs::kOwnerPrimaryMouseButtonRight, false);
|
| + local_state->RegisterBooleanPref(prefs::kOwnerTapToClickEnabled, true);
|
| }
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|