| Index: components/signin/core/common/profile_management_switches.cc
|
| diff --git a/components/signin/core/common/profile_management_switches.cc b/components/signin/core/common/profile_management_switches.cc
|
| index a69675360e829e52dee08ab5284f2c0f89480df5..45db24ccc4dac767f1e2bdf13d19b272fcde037e 100644
|
| --- a/components/signin/core/common/profile_management_switches.cc
|
| +++ b/components/signin/core/common/profile_management_switches.cc
|
| @@ -136,8 +136,8 @@ bool IsEnableWebBasedSignin() {
|
| }
|
|
|
| bool IsEnableWebviewBasedSignin() {
|
| - return CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableWebviewBasedSignin);
|
| + return !CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableIframeBasedSignin);
|
| }
|
|
|
| bool IsExtensionsMultiAccount() {
|
|
|