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

Unified Diff: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc

Issue 10536003: [cros] Add comments for login WebUI related notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename in header 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
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 {
« no previous file with comments | « chrome/browser/automation/automation_provider_observers_chromeos.cc ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698