| Index: chrome/browser/chromeos/profiles/profile_helper.cc
|
| diff --git a/chrome/browser/chromeos/profiles/profile_helper.cc b/chrome/browser/chromeos/profiles/profile_helper.cc
|
| index af944d23387ce8d297bedf98f730801abc3bcc08..a9b078c5d983a1d1df3ab24cf8505344fb9fabb7 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_helper.cc
|
| +++ b/chrome/browser/chromeos/profiles/profile_helper.cc
|
| @@ -248,7 +248,8 @@ Profile* ProfileHelper::GetProfileByUserUnsafe(const user_manager::User* user) {
|
| LOG(WARNING) << "ProfileHelper::GetProfileByUserUnsafe is called when "
|
| "|user|'s profile is not created. It probably means that "
|
| "something is wrong with a calling code. Please report in "
|
| - "http://crbug.com/361528 if you see this message.";
|
| + "http://crbug.com/361528 if you see this message. user_id: "
|
| + << user->email();
|
| profile = ProfileManager::GetActiveUserProfile();
|
| }
|
|
|
|
|