| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index fe1d154cfbbe9ca1e62081ec73671757f166c677..1ebc053b4da863e98fa87e635d2e77b0c005ae6c 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1938,6 +1938,11 @@ const char kConsumerManagementStage[] = "consumer_management.stage";
|
|
|
| // A boolean pref. If set to true, new experimental OOBE UI is displayed.
|
| const char kNewOobe[] = "NewOobe";
|
| +
|
| +// A boolean pref. If set to true, experimental webview based signin flow
|
| +// activated.
|
| +extern const char kWebviewSigninEnabled[] =
|
| + "webview_signin_enabled";
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // Whether there is a Flash version installed that supports clearing LSO data.
|
|
|