| Index: chrome/browser/ui/webui/options/chromeos/user_image_source.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/user_image_source.cc b/chrome/browser/ui/webui/options/chromeos/user_image_source.cc
|
| index ae1a8719ccc20f9a3dc446d68c0fb3e762592a30..9e98f2c6478677fd329a6937359e6a4273bf33c6 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/user_image_source.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/user_image_source.cc
|
| @@ -38,7 +38,8 @@ void ParseRequest(const GURL& url, std::string* email) {
|
| if (!status) {
|
| LOG(WARNING) << "Failed to deserialize account_id.";
|
| account_id = user_manager::known_user::GetAccountId(
|
| - serialized_account_id, std::string() /* gaia_id */);
|
| + serialized_account_id, std::string() /* gaia_id */,
|
| + std::string() /* account_type */);
|
| }
|
| *email = account_id.GetUserEmail();
|
| }
|
|
|