| 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 4fe6eaf447e3217de757ea04c7913c2b5ee7e876..ddc9971fe94d8e21a1587362f09588bb1a6ad6a3 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.cc
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.cc
|
| @@ -99,8 +99,8 @@ const char *kResumableScreens[] = {
|
|
|
| // Checks flag for HID-detection screen show.
|
| bool CanShowHIDDetectionScreen() {
|
| - return CommandLine::ForCurrentProcess()->HasSwitch(
|
| - chromeos::switches::kEnableHIDDetectionOnOOBE);
|
| + return !CommandLine::ForCurrentProcess()->HasSwitch(
|
| + chromeos::switches::kDisableHIDDetectionOnOOBE);
|
| }
|
|
|
| bool IsResumableScreen(const std::string& screen) {
|
|
|