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

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: Created 8 years, 7 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/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
Daniel Erat 2012/06/02 14:20:59 Can you delete some of these, too? I only added t
Nikita (slow) 2012/06/04 09:03:21 I think it makes sense to leave this _USER_IMAGES_
+ // 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,

Powered by Google App Engine
This is Rietveld 408576698