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

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

Issue 9159065: [cros] Disable GAIA frame preload till issue with focus is fixed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 | no next file » | 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.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
index 097ce6572a14020ca18413d575f5f449f7da4a40..c0557959a33f2f458f95de59ac51f3c8e679d889 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
@@ -248,7 +248,9 @@ SigninScreenHandler::SigninScreenHandler()
show_on_init_(false),
oobe_ui_(false),
is_first_webui_ready_(false),
- is_first_attempt_(true),
+ // TODO(altimofeev): Mark as a first attempt (init to true) when
+ // http://crosbug.com/23743 is fixed.
+ is_first_attempt_(false),
dns_cleared_(false),
dns_clear_task_running_(false),
cookies_cleared_(false),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698