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

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

Issue 213623004: Partial revert of CL 190633002. JS wrapper for GAIA iframe focus grab is back (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code block moved. Created 6 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 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_;
« 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