Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / autofill / core / common / password_generation_util.cc
index cc76f91..95f4f60 100644 (file)
@@ -55,7 +55,7 @@ bool IsPasswordGenerationEnabled() {
   if (command_line->HasSwitch(switches::kEnablePasswordGeneration))
     return true;
 
-  return group_name == "Enabled";
+  return group_name != "Disabled";
 }
 
 }  // namespace password_generation