| Index: chrome/browser/views/tab_contents/tab_contents_view_win.cc
|
| ===================================================================
|
| --- chrome/browser/views/tab_contents/tab_contents_view_win.cc (revision 22808)
|
| +++ chrome/browser/views/tab_contents/tab_contents_view_win.cc (working copy)
|
| @@ -262,7 +262,7 @@
|
| return;
|
| }
|
|
|
| - if (sad_tab_.get()) {
|
| + if (tab_contents()->is_crashed() && sad_tab_.get()) {
|
| sad_tab_->RequestFocus();
|
| return;
|
| }
|
|
|
| Property changes on: chrome\browser\views\tab_contents\tab_contents_view_win.cc
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/browser/views/tab_contents/tab_contents_view_win.cc:r21961
|
|
|
|
|