Chromium Code Reviews| Index: chromeos/chromeos_switches.cc |
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
| index 5b47f2477062d31a7e1bb82656175903d7afd3c1..319d0e09e7930abe973d58000765859859236282 100644 |
| --- a/chromeos/chromeos_switches.cc |
| +++ b/chromeos/chromeos_switches.cc |
| @@ -134,7 +134,8 @@ const char kLoginManager[] = "login-manager"; |
| // Specifies a password to be used to login (along with login-user). |
| const char kLoginPassword[] = "login-password"; |
| -// Specifies the profile to use once a chromeos user is logged in. |
| +// Specifies the profile to use once a chromeos user is logged in. This is |
|
bshe
2014/04/02 15:11:10
nit: One space before "This is..."
Thiemo Nagel
2014/04/02 15:39:56
Done.
|
| +// required unless --multi-profile is set. |
| const char kLoginProfile[] = "login-profile"; |
| // Specifies the user which is already logged in. |