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

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: 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
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_;

Powered by Google App Engine
This is Rietveld 408576698