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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10382197: Add PyAuto test for DeviceGuestModeEnabled policy (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Grammar/spelling fixes in comment. 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 1314c8e186f2b34b980de46efaebc855980ebd21..44b5f685f7354c93698ffc9b9d80c3f4306b1256 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -873,6 +873,9 @@ enum NotificationType {
// Sent when webui login screen is ready and gaia iframe has loaded.
NOTIFICATION_LOGIN_WEBUI_READY,
+ // Sent when the WebUI account picker is ready.
+ NOTIFICATION_ACCOUNT_PICKER_WEBUI_READY,
+
// Sent when the user images on the WebUI login screen have all been loaded.
NOTIFICATION_LOGIN_USER_IMAGES_LOADED,

Powered by Google App Engine
This is Rietveld 408576698