| Index: chrome/browser/ui/search/instant_ntp.cc
|
| diff --git a/chrome/browser/ui/search/instant_ntp.cc b/chrome/browser/ui/search/instant_ntp.cc
|
| index 5813ae00a38ad53c411c66e772060d07384a2dff..4286f15ae073eaca35276bda817cf6a841784c28 100644
|
| --- a/chrome/browser/ui/search/instant_ntp.cc
|
| +++ b/chrome/browser/ui/search/instant_ntp.cc
|
| @@ -37,8 +37,8 @@ void InstantNTP::RenderViewCreated(content::RenderViewHost* render_view_host) {
|
| delegate()->InstantPageRenderViewCreated(contents());
|
| }
|
|
|
| -void InstantNTP::RenderViewGone(base::TerminationStatus /* status */) {
|
| - delegate()->InstantPageRenderViewGone(contents());
|
| +void InstantNTP::RenderProcessGone(base::TerminationStatus /* status */) {
|
| + delegate()->InstantPageRenderProcessGone(contents());
|
| }
|
|
|
| void InstantNTP::OnSwappedContents() {
|
|
|