| Index: chrome/browser/extensions/extension_host.cc
|
| diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
|
| index 56685353d030f045bb1b2c975601129a7184590c..38d559c40e311596cb697beeb160fb903bf76669 100644
|
| --- a/chrome/browser/extensions/extension_host.cc
|
| +++ b/chrome/browser/extensions/extension_host.cc
|
| @@ -324,7 +324,7 @@ void ExtensionHost::ResizeDueToAutoResize(WebContents* source,
|
| view()->ResizeDueToAutoResize(new_size);
|
| }
|
|
|
| -void ExtensionHost::RenderViewGone(base::TerminationStatus status) {
|
| +void ExtensionHost::RenderProcessGone(base::TerminationStatus status) {
|
| // During browser shutdown, we may use sudden termination on an extension
|
| // process, so it is expected to lose our connection to the render view.
|
| // Do nothing.
|
|
|