| Index: chrome/browser/chromeos/system/input_device_settings.cc
|
| diff --git a/chrome/browser/chromeos/system/input_device_settings.cc b/chrome/browser/chromeos/system/input_device_settings.cc
|
| index fd6b6df018f381121e636184b61c5bf844e093c6..db2295a60086c0bf8529c2438f47baee3a4be29d 100644
|
| --- a/chrome/browser/chromeos/system/input_device_settings.cc
|
| +++ b/chrome/browser/chromeos/system/input_device_settings.cc
|
| @@ -205,8 +205,7 @@ bool InputDeviceSettings::ForceKeyboardDrivenUINavigation() {
|
| if (!policy_manager)
|
| return false;
|
|
|
| - if (policy_manager->IsRemoraRequisition() ||
|
| - policy_manager->IsSharkRequisition()) {
|
| + if (policy_manager->IsRemoraRequisition()) {
|
| return true;
|
| }
|
|
|
|
|