| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc (revision 115435)
|
| +++ chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc (working copy)
|
| @@ -375,7 +375,7 @@
|
| }
|
|
|
| bool TabContentsViewViews::IsShowingSadTab() const {
|
| - return tab_contents_->is_crashed() && overlaid_view_;
|
| + return tab_contents_->IsCrashed() && overlaid_view_;
|
| }
|
|
|
| void TabContentsViewViews::OnNativeTabContentsViewShown() {
|
|
|