| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index d1a7a6e3866a7442a68adb0d2c8ef6b4d0b92f2d..a25f68af465a51feda5dc66c2f9c6c094db0bcf7 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -448,7 +448,10 @@ 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)
|
|
|