| Index: chrome/browser/tab_contents/background_contents.h
|
| diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h
|
| index e92f5173f17cc67ff7ce1a6cfc854b876fc26069..fc3a44353dc6d932d16b48330dccd7308489a1c8 100644
|
| --- a/chrome/browser/tab_contents/background_contents.h
|
| +++ b/chrome/browser/tab_contents/background_contents.h
|
| @@ -51,7 +51,7 @@ class BackgroundContents : public TabContentsDelegate,
|
| virtual void DidNavigateMainFramePostCommit(TabContents* tab) OVERRIDE;
|
|
|
| // TabContentsObserver implementation:
|
| - virtual void RenderViewGone() OVERRIDE;
|
| + virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE;
|
|
|
| // content::NotificationObserver
|
| virtual void Observe(int type,
|
|
|