Index: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc |
diff --git a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc |
index 6c67e44eeaee44d41fde3d3543380938beec3f52..00a46e1e9f65422851b8d7bfe56eaeb795d26d9f 100644 |
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc |
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc |
@@ -942,7 +942,7 @@ void SigninScreenHandler::HandleLoginWebuiReady(const base::ListValue* args) { |
} |
if (!gaia_silent_load_) { |
content::NotificationService::current()->Notify( |
- chrome::NOTIFICATION_LOGIN_WEBUI_READY, |
+ chrome::NOTIFICATION_LOGIN_WEBUI_LOADED, |
content::NotificationService::AllSources(), |
content::NotificationService::NoDetails()); |
} else { |