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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.cc

Issue 273533004: Flag covering HID-detection OOBE screen removed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Proper HID handler used. Created 6 years, 6 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: 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) {

Powered by Google App Engine
This is Rietveld 408576698