X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fautofill%2Fcore%2Fcommon%2Fpassword_generation_util.cc;h=95f4f60ebcfd5d61af0498e4743952ba14a27d6d;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=cc76f91890fc48bdaa0dc0885974f43a01ea2cba;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/autofill/core/common/password_generation_util.cc b/src/components/autofill/core/common/password_generation_util.cc index cc76f91..95f4f60 100644 --- a/src/components/autofill/core/common/password_generation_util.cc +++ b/src/components/autofill/core/common/password_generation_util.cc @@ -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