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

Unified Diff: chrome/browser/chromeos/login/webui_screen_locker.cc

Issue 12218078: Implement a policy to autologin a public account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bartfab review comments; split out NotificationWatcher Created 7 years, 10 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/chromeos/login/webui_screen_locker.cc
diff --git a/chrome/browser/chromeos/login/webui_screen_locker.cc b/chrome/browser/chromeos/login/webui_screen_locker.cc
index af3a4cb8575cce815996f6f87a6d13b945daaa46..9caf5462f1ee574989668c4f58f36bd1d6782602 100644
--- a/chrome/browser/chromeos/login/webui_screen_locker.cc
+++ b/chrome/browser/chromeos/login/webui_screen_locker.cc
@@ -227,6 +227,10 @@ void WebUIScreenLocker::LoginAsPublicAccount(const std::string& username) {
NOTREACHED();
}
+void WebUIScreenLocker::OnSigninScreenReady() {
+ NOTREACHED();
+}
+
void WebUIScreenLocker::OnUserSelected(const std::string& username) {
}

Powered by Google App Engine
This is Rietveld 408576698