| Index: chrome/browser/ui/browser_navigator.cc
|
| diff --git a/chrome/browser/ui/browser_navigator.cc b/chrome/browser/ui/browser_navigator.cc
|
| index efaadeef7ff22a609251a5417bbc2913d03bbef2..540ca009a41097e47f095167719dd0db3f88a8a0 100644
|
| --- a/chrome/browser/ui/browser_navigator.cc
|
| +++ b/chrome/browser/ui/browser_navigator.cc
|
| @@ -405,16 +405,6 @@ void Navigate(NavigateParams* params) {
|
| params->window_bounds);
|
| }
|
|
|
| - // Adjust disposition for the navigation happending in the sad page of the
|
| - // panel window.
|
| - if (params->source_contents &&
|
| - params->source_contents->web_contents()->IsCrashed() &&
|
| - params->disposition == CURRENT_TAB &&
|
| - params->browser &&
|
| - params->browser->is_type_panel()) {
|
| - params->disposition = NEW_FOREGROUND_TAB;
|
| - }
|
| -
|
| params->browser = GetBrowserForDisposition(params);
|
|
|
| if (!params->browser)
|
|
|