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

Unified Diff: chrome/browser/chromeos/system/input_device_settings.cc

Issue 1492043002: Introduced switches for Master/Slave bootstrapping process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove the unused shark requisition. Created 5 years 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
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;
}

Powered by Google App Engine
This is Rietveld 408576698