| Index: chrome/browser/ui/sad_tab.cc
|
| diff --git a/chrome/browser/ui/sad_tab.cc b/chrome/browser/ui/sad_tab.cc
|
| index d4f23c3351322a4c6175428483cb6ec31c729898..5c88b0cce6c8b5404117a9dfec25bbe1edf65efd 100644
|
| --- a/chrome/browser/ui/sad_tab.cc
|
| +++ b/chrome/browser/ui/sad_tab.cc
|
| @@ -165,7 +165,8 @@ void SadTab::PerformAction(SadTab::Action action) {
|
| : IDS_KILLED_TAB_FEEDBACK_MESSAGE),
|
| std::string(kCategoryTagCrash));
|
| } else {
|
| - web_contents_->GetController().Reload(true);
|
| + web_contents_->GetController().Reload(content::ReloadType::NORMAL,
|
| + true);
|
| }
|
| break;
|
| case Action::HELP_LINK:
|
|
|