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

Unified Diff: components/user_manager/user_names.h

Issue 2450183002: Rename UserInfo method GetEmail to GetDisplayEmail. (Closed)
Patch Set: Fix test Created 4 years, 2 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: components/user_manager/user_names.h
diff --git a/components/user_manager/user_names.h b/components/user_manager/user_names.h
index 2f4e32fa028b35e040588b96b20738fd5973df78..a3c9476e8f52b6ab0b8595ee7f9e166c3a542e93 100644
--- a/components/user_manager/user_names.h
+++ b/components/user_manager/user_names.h
@@ -13,7 +13,8 @@ class AccountId;
namespace user_manager {
-// Username for stub login when not running on ChromeOS.
+// Username for stub login for tests only.
+// It is also used for Chrome for ChromeOS linux dev build.
USER_MANAGER_EXPORT extern const char kStubUser[];
// Magic e-mail addresses are bad. They exist here because some code already

Powered by Google App Engine
This is Rietveld 408576698