Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / login / hwid_checker.cc
index d004a6a..1877e2d 100644 (file)
@@ -113,8 +113,7 @@ bool IsMachineHWIDCorrect() {
   return true;
 #endif
   CommandLine* cmd_line = CommandLine::ForCurrentProcess();
-  if (cmd_line->HasSwitch(::switches::kTestType) ||
-      cmd_line->HasSwitch(chromeos::switches::kSkipHWIDCheck))
+  if (cmd_line->HasSwitch(::switches::kTestType))
     return true;
   if (!base::SysInfo::IsRunningOnChromeOS())
     return true;