| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index c3678fc0cef58e92bda79f8c3a45c81ba9014d89..2966dbf9042ab98dbc0c56fe6dac33e9e8407a26 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1919,8 +1919,9 @@ const char kConsumerManagementStage[] = "consumer_management.stage";
|
| const char kNewOobe[] = "NewOobe";
|
|
|
| // A boolean pref. If set to true, experimental webview based signin flow
|
| -// is deactivated.
|
| -const char kWebviewSigninDisabled[] = "webview_signin_disabled";
|
| +// activated.
|
| +const char kWebviewSigninEnabled[] =
|
| + "webview_signin_enabled";
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // Whether there is a Flash version installed that supports clearing LSO data.
|
|
|