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

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

Issue 2685793004: Chromad: Wire up displayName and givenName (Closed)
Patch Set: Combine SetDisplayName and SetGivenName into SetDisplayAndGiveName Created 3 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/lock/webui_screen_locker.cc
diff --git a/chrome/browser/chromeos/login/lock/webui_screen_locker.cc b/chrome/browser/chromeos/login/lock/webui_screen_locker.cc
index e067ebecf25eb29b883a732815a37003a314ad47..8312e2ff32c831c55284279d3433481070bfd0f7 100644
--- a/chrome/browser/chromeos/login/lock/webui_screen_locker.cc
+++ b/chrome/browser/chromeos/login/lock/webui_screen_locker.cc
@@ -335,6 +335,11 @@ void WebUIScreenLocker::SetDisplayEmail(const std::string& email) {
NOTREACHED();
}
+void WebUIScreenLocker::SetDisplayAndGivenName(const std::string& display_name,
+ const std::string& given_name) {
+ NOTREACHED();
+}
+
void WebUIScreenLocker::Signout() {
chromeos::ScreenLocker::default_screen_locker()->Signout();
}
« no previous file with comments | « chrome/browser/chromeos/login/lock/webui_screen_locker.h ('k') | chrome/browser/chromeos/login/ui/login_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698