| Index: content/browser/tab_contents/tab_contents_observer.h
|
| diff --git a/content/browser/tab_contents/tab_contents_observer.h b/content/browser/tab_contents/tab_contents_observer.h
|
| index 54577dddd239f86468d7d2241a0e43896b52636a..112f67df654c4ff7b706249723c689f88e985df4 100644
|
| --- a/content/browser/tab_contents/tab_contents_observer.h
|
| +++ b/content/browser/tab_contents/tab_contents_observer.h
|
| @@ -20,6 +20,7 @@ class CONTENT_EXPORT TabContentsObserver : public IPC::Channel::Listener,
|
| public IPC::Message::Sender {
|
| public:
|
| virtual void RenderViewCreated(RenderViewHost* render_view_host);
|
| + virtual void RenderViewDeleted(RenderViewHost* render_view_host);
|
| virtual void NavigateToPendingEntry(
|
| const GURL& url,
|
| NavigationController::ReloadType reload_type);
|
|
|