| Index: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| index d2967a335d30c3b6cd6a5784e53a23c7786622e4..d3172bba637d36214df261e45ee46e9ab5397b80 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| @@ -464,6 +464,9 @@ class SigninScreenHandler
|
| // Keeps whether screen should be shown for OOBE.
|
| bool oobe_ui_;
|
|
|
| + // Is focus still stolen from Gaia page?
|
| + bool focus_stolen_;
|
| +
|
| // Has Gaia page silent load been started for the current sign-in attempt?
|
| bool gaia_silent_load_;
|
|
|
|
|