Chromium Code Reviews| Index: chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc |
| diff --git a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc |
| index 34c61120f6cc61fb28641bd50aa29d52c23725ff..4d4f96b11b9623be8f7b5540698b918aab46172c 100644 |
| --- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc |
| +++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc |
| @@ -231,6 +231,7 @@ void GaiaScreenHandler::LoadGaiaWithVersion( |
| params.SetBoolean("isShowUsers", context.show_users); |
| params.SetBoolean("useOffline", context.use_offline); |
| params.SetString("gaiaId", context.gaia_id); |
| + params.SetString("readOnlyEmail", "1"); |
|
anthonyvd
2015/09/15 18:13:47
I only see this used as a conditional, any reason
Roger Tawa OOO till Jul 10th
2015/09/16 19:27:29
Done.
|
| params.SetString("email", context.email); |
| params.SetBoolean("isEnrollingConsumerManagement", |
| is_enrolling_consumer_management); |