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

Unified Diff: chromeos/chromeos_switches.cc

Issue 252503002: Base version of HID detection OOBE screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months 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: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index f403e4cfdb7da0e6b17559abab7c6f5c0b1115c8..9d9300caf71361f487c754695134e19ad53fdddf 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -37,6 +37,9 @@ const char kDisableEnterpriseUserReporting[] =
// Disable Genius App and use the original Help App instead.
const char kDisableGeniusApp[] = "disable-genius-app";
+// Disable explicit HID detection on OOBE.
+const char kDisableHIDDetectionOnOOBE[] = "disable-hid-detection-on-oobe";
+
// Avoid doing expensive animations upon login.
const char kDisableLoginAnimations[] = "disable-login-animations";
« chrome/browser/ui/webui/chromeos/login/oobe_ui.cc ('K') | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698