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

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

Issue 8773046: [cros] Display emails of users are stored in a separate dictionary in Local State. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 years 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 a6798c7e1c246c550d6f49ddfbee7a4c7761e05c..5fbb1dd2cf07ba154731e837ba0584ac3d9a8a91 100644
--- a/chrome/browser/chromeos/login/webui_screen_locker.cc
+++ b/chrome/browser/chromeos/login/webui_screen_locker.cc
@@ -430,6 +430,10 @@ void WebUIScreenLocker::FixCaptivePortal() {
NOTREACHED();
}
+void WebUIScreenLocker::SetDisplayEmail(const std::string& email) {
+ NOTREACHED();
+}
+
void WebUIScreenLocker::CompleteLogin(const std::string& username,
const std::string& password) {
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698