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

Unified Diff: ash/system/user/user_accounts_delegate.h

Issue 256623002: Implemented inline login dialog for Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: ash/system/user/user_accounts_delegate.h
diff --git a/ash/system/user/user_accounts_delegate.h b/ash/system/user/user_accounts_delegate.h
index b717e83aac24a791265859649b389609169a8722..ae7fb8d758f7d6564ad6d4bad557f1c0bfa76d42 100644
--- a/ash/system/user/user_accounts_delegate.h
+++ b/ash/system/user/user_accounts_delegate.h
@@ -44,7 +44,7 @@ class ASH_EXPORT UserAccountsDelegate {
// Returns display name for given |account_id|. It has form of email but could
// be uncanonical, e.g. account "test-user@gmail.com" could have display
- // name "Test-user+AfterPlus@gmail.com".
+ // name "Test-us.er@gmail.com".
xiyuan 2014/04/24 21:22:10 Why changing this? Anything no longer true with th
dzhioev (left Google) 2014/04/24 22:06:20 Yes, I figured out that GAIA doesn't accept "origi
virtual std::string GetAccountDisplayName(const std::string& account_id) = 0;
// Deletes given |account_id| from the list of user's account. Passing

Powered by Google App Engine
This is Rietveld 408576698