| Index: chrome/browser/ui/sad_tab.cc
|
| diff --git a/chrome/browser/ui/sad_tab.cc b/chrome/browser/ui/sad_tab.cc
|
| index 8fb280c6e4cac165e24172abdc25f95c9b16b76d..5ebf1c795b8d91aa6c2f63d2d4a4916ee86e49e8 100644
|
| --- a/chrome/browser/ui/sad_tab.cc
|
| +++ b/chrome/browser/ui/sad_tab.cc
|
| @@ -231,7 +231,7 @@ void SadTab::PerformAction(SadTab::Action action) {
|
| l10n_util::GetStringUTF8(kind_ == SAD_TAB_KIND_CRASHED
|
| ? IDS_CRASHED_TAB_FEEDBACK_MESSAGE
|
| : IDS_KILLED_TAB_FEEDBACK_MESSAGE),
|
| - std::string(kCategoryTagCrash));
|
| + std::string(kCategoryTagCrash), std::string());
|
| } else {
|
| web_contents_->GetController().Reload(content::ReloadType::NORMAL,
|
| true);
|
|
|