diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 18:20:51 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 18:20:51 +0000 |
commit | b1bb86d4d58f736fb980b8611ccf43d79e7b5b2b (patch) | |
tree | b26ab8d10e33ddff43bb217b3a03ccb64a997640 /chrome/common | |
parent | 122e8dfabc4eff6875e41009a0b4195290743e33 (diff) | |
download | chromium_src-b1bb86d4d58f736fb980b8611ccf43d79e7b5b2b.zip chromium_src-b1bb86d4d58f736fb980b8611ccf43d79e7b5b2b.tar.gz chromium_src-b1bb86d4d58f736fb980b8611ccf43d79e7b5b2b.tar.bz2 |
Automation support for webui login on chromeos
Update automation connection code to wait for webui login screen to become ready.
NativeUI login automation continues to work as is.
BUG=chromium-os:18271, chromium-os:17712
TEST=
Review URL: http://codereview.chromium.org/7819013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_notification_types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h index f1101cc..60f62ea 100644 --- a/chrome/common/chrome_notification_types.h +++ b/chrome/common/chrome_notification_types.h @@ -756,6 +756,9 @@ enum NotificationType { // all and the details are AuthenticationNotificationDetails. NOTIFICATION_LOGIN_AUTHENTICATION, + // Sent when webui login screen is ready and gaia iframe has loaded. + NOTIFICATION_LOGIN_WEBUI_READY, + // Sent when a panel state changed. NOTIFICATION_PANEL_STATE_CHANGED, |