Index: chrome/browser/chromeos/login/webui_screen_locker.h |
diff --git a/chrome/browser/chromeos/login/webui_screen_locker.h b/chrome/browser/chromeos/login/webui_screen_locker.h |
index 63a9b40c06e3483098ad550ee0746f37febcef0f..b9019a26b9a7b77c4671ff304ff1a3f917eba9db 100644 |
--- a/chrome/browser/chromeos/login/webui_screen_locker.h |
+++ b/chrome/browser/chromeos/login/webui_screen_locker.h |
@@ -49,6 +49,7 @@ class WebUIScreenLocker : public WebUILoginView, |
virtual void CreateAccount() OVERRIDE; |
virtual string16 GetConnectedNetworkName() OVERRIDE; |
virtual void FixCaptivePortal() OVERRIDE; |
+ virtual void SetDisplayEmail(const std::string& email) OVERRIDE; |
virtual void CompleteLogin(const std::string& username, |
const std::string& password) OVERRIDE; |
virtual void Login(const std::string& username, |