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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10476002: [cros] Change how we track momemt to emit login-prompt-visible signal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge + nit Created 8 years, 6 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 | « chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index cf151dac83743f818aa5940a9879d13d99aa2726..ef28626d2e11f4eae680695e6b93b9480e64ff62 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -891,6 +891,14 @@ enum NotificationType {
// Sent when the user images on the WebUI login screen have all been loaded.
NOTIFICATION_LOGIN_USER_IMAGES_LOADED,
+ // Sent when the login WebUI is considered to be fully visible.
+ // That momemnt is tracked as the first paint event after one of the:
+ // 1. NOTIFICATION_LOGIN_USER_IMAGES_LOADED
+ // 2. NOTIFICATION_LOGIN_WEBUI_READY
+ // 3. NOTIFICATION_LOGIN_NETWORK_ERROR_SHOWN
+ // 4. NOTIFICATION_WIZARD_FIRST_SCREEN_SHOWN
+ NOTIFICATION_LOGIN_WEBUI_VISIBLE,
+
// Sent when proxy dialog is closed.
NOTIFICATION_LOGIN_PROXY_CHANGED,
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698