| 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
|
|
|