| Index: chrome/browser/ui/profile_error_dialog.cc
|
| diff --git a/chrome/browser/ui/profile_error_dialog.cc b/chrome/browser/ui/profile_error_dialog.cc
|
| index a705b6f928cec45272f4685be60267931b740de2..be87874256b5b62c9c85461aa3eefa58cd1d4b4d 100644
|
| --- a/chrome/browser/ui/profile_error_dialog.cc
|
| +++ b/chrome/browser/ui/profile_error_dialog.cc
|
| @@ -48,7 +48,8 @@ void ShowProfileErrorDialog(ProfileErrorType type,
|
| l10n_util::GetStringUTF8(IDS_PROFILE_ERROR_FEEDBACK_DESCRIPTION);
|
| feedback_description += "\n" + diagnostics;
|
|
|
| - chrome::ShowFeedbackPage(nullptr, feedback_description,
|
| + chrome::ShowFeedbackPage(nullptr, chrome::kFeedbackSourceProfileErrorDialog,
|
| + feedback_description,
|
| kProfileErrorFeedbackCategory);
|
| }
|
| #endif
|
|
|