| Index: chrome/browser/ui/browser_navigator.cc
|
| diff --git a/chrome/browser/ui/browser_navigator.cc b/chrome/browser/ui/browser_navigator.cc
|
| index 6049b937e52e1d03e6722598a6afe29a362e6fad..af2d1dc952d185232272062b770e55f8af432cdd 100644
|
| --- a/chrome/browser/ui/browser_navigator.cc
|
| +++ b/chrome/browser/ui/browser_navigator.cc
|
| @@ -402,16 +402,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)
|
|
|