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 271f9354b6e81b6873a92468f3886447ad573f36..42c4cb1d0a8f90b006def380b4178f23fead8b61 100644 |
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h |
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h |
@@ -254,11 +254,11 @@ class SigninScreenHandler : public BaseScreenHandler, |
// Keeps whether screen should be shown for OOBE. |
bool oobe_ui_; |
- // Whether webui has been loaded for the first time. |
- bool is_first_webui_ready_; |
+ // Is focus still stolen from Gaia page? |
+ bool focus_is_stolen_; |
- // Whether it is the first attempt to load the gaia extension. |
- bool is_first_attempt_; |
+ // Is Gaia page preloaded (in the background)? |
Nikita (slow)
2012/03/06 14:36:02
Looking at the cc file it should be:
// Is Gaia p
altimofeev
2012/03/06 17:39:22
Done.
|
+ bool gaia_is_preloaded_; |
// True if dns cache cleanup is done. |
bool dns_cleared_; |