| Index: content/browser/tab_contents/tab_contents_delegate.h
|
| diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h
|
| index 0645128b9add09ea15037d25547eb3260f806efb..76ee9da3513f8eb6dea237a40a912f742accc834 100644
|
| --- a/content/browser/tab_contents/tab_contents_delegate.h
|
| +++ b/content/browser/tab_contents/tab_contents_delegate.h
|
| @@ -308,6 +308,9 @@ class TabContentsDelegate {
|
| // and displays nothing.
|
| virtual content::JavaScriptDialogCreator* GetJavaScriptDialogCreator();
|
|
|
| + // Invoked when a new renderer is created.
|
| + virtual void RenderViewCreated(TabContents* source, RenderViewHost* host);
|
| +
|
| protected:
|
| virtual ~TabContentsDelegate();
|
| };
|
|
|