| Index: chrome/browser/infobars/infobar_service.cc
|
| diff --git a/chrome/browser/infobars/infobar_service.cc b/chrome/browser/infobars/infobar_service.cc
|
| index ad478ae0b7fc9ebc86d39e0d18f99b673b59ec52..a1115a632d41a0e289421096a5ae89ef46d2831e 100644
|
| --- a/chrome/browser/infobars/infobar_service.cc
|
| +++ b/chrome/browser/infobars/infobar_service.cc
|
| @@ -98,7 +98,7 @@ InfoBarService::~InfoBarService() {
|
| RemoveAllInfoBars(false);
|
| }
|
|
|
| -void InfoBarService::RenderViewGone(base::TerminationStatus status) {
|
| +void InfoBarService::RenderProcessGone(base::TerminationStatus status) {
|
| RemoveAllInfoBars(true);
|
| }
|
|
|
|
|