| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index c7e82fed41a5b7766de40d395aea095ba96e6c8c..21b8ba5f936a9f3c38471b3847279f0865c5d67d 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -448,7 +448,11 @@ Profile* CreatePrimaryProfile(const content::MainFunctionParams& parameters,
|
| PROFILE_ERROR_CREATE_FAILURE_SPECIFIED :
|
| PROFILE_ERROR_CREATE_FAILURE_ALL;
|
|
|
| - ShowProfileErrorDialog(error_type, IDS_COULDNT_STARTUP_PROFILE_ERROR);
|
| + // TODO(lwchkg): What diagnostics do you want to include in the feedback
|
| + // report when an error occurs?
|
| + ShowProfileErrorDialog(error_type,
|
| + IDS_COULDNT_STARTUP_PROFILE_ERROR,
|
| + "Error creating primary profile.");
|
| return nullptr;
|
| }
|
| #endif // defined(OS_CHROMEOS) || defined(OS_ANDROID)
|
|
|