Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3409)

Unified Diff: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h

Issue 9617003: [cros] Member variables cleanup in SigninScreenHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b18024d2dcbf4d02e291f74431af3f0a2d6f34cc..1ba9faa90546f4114586bde6c29e5ef3d147c2b3 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
@@ -218,11 +218,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_stolen_;
- // Whether it is the first attempt to load the gaia extension.
- bool is_first_attempt_;
+ // Has Gaia page silent load been started for the current sign-in attempt?
+ bool gaia_silent_load_;
// True if dns cache cleanup is done.
bool dns_cleared_;
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698