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

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

Issue 10889024: [cros] Initialize OOBE in parallel when boot animation is disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Subscription fixes Created 8 years, 4 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 754fa86be82790b59ddf695fd52736f4af2149a8..3008199ea0bd82cb29bb2ef912ce70ac21d0eea7 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
@@ -294,6 +294,9 @@ class SigninScreenHandler : public BaseScreenHandler,
base::WeakPtrFactory<SigninScreenHandler> weak_factory_;
+ // Set to true once |LOGIN_WEBUI_VISIBLE| notification is observed.
+ bool webui_visible_;
+
DISALLOW_COPY_AND_ASSIGN(SigninScreenHandler);
};

Powered by Google App Engine
This is Rietveld 408576698