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

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

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/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 6a42d60c46fa56c070d0f94d4d44d5a8093a3ddf..bad5406e83ee90fa0c73538aa8e61d6da46773ee 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
@@ -916,6 +916,11 @@ void SigninScreenHandler::HandleAccountPickerReady(
content::NotificationService::AllSources(),
content::NotificationService::NoDetails());
}
+
+ content::NotificationService::current()->Notify(
Nikita (slow) 2012/05/16 15:56:13 I don't think that you need that new notification,
bartfab (slow) 2012/05/16 18:07:10 Done.
+ chrome::NOTIFICATION_ACCOUNT_PICKER_WEBUI_READY,
+ content::NotificationService::AllSources(),
+ content::NotificationService::NoDetails());
}
void SigninScreenHandler::HandleLoginWebuiReady(const base::ListValue* args) {

Powered by Google App Engine
This is Rietveld 408576698