diff options
Diffstat (limited to 'chrome/browser/instant/instant_tab.cc')
-rw-r--r-- | chrome/browser/instant/instant_tab.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/instant/instant_tab.cc b/chrome/browser/instant/instant_tab.cc index 2308563..49970d6 100644 --- a/chrome/browser/instant/instant_tab.cc +++ b/chrome/browser/instant/instant_tab.cc @@ -75,3 +75,7 @@ void InstantTab::StartCapturingKeyStrokes() { void InstantTab::StopCapturingKeyStrokes() { // We don't honor this call from committed tabs. } + +void InstantTab::RenderViewGone() { + // For a commit page, a crash should not be handled differently. +} |