| Index: chrome/browser/ui/sad_tab_helper.cc
|
| diff --git a/chrome/browser/ui/sad_tab_helper.cc b/chrome/browser/ui/sad_tab_helper.cc
|
| index 9d834a668b70de2aad7d31823b7d40b11d7e1405..dfcb1cfcb00280869a0ee42024afdb2c53d5d027 100644
|
| --- a/chrome/browser/ui/sad_tab_helper.cc
|
| +++ b/chrome/browser/ui/sad_tab_helper.cc
|
| @@ -23,7 +23,7 @@ SadTabHelper::SadTabHelper(content::WebContents* web_contents)
|
| content::Source<content::WebContents>(web_contents));
|
| }
|
|
|
| -void SadTabHelper::RenderViewGone(base::TerminationStatus status) {
|
| +void SadTabHelper::RenderProcessGone(base::TerminationStatus status) {
|
| // Only show the sad tab if we're not in browser shutdown, so that WebContents
|
| // objects that are not in a browser (e.g., HTML dialogs) and thus are
|
| // visible do not flash a sad tab page.
|
|
|