| Index: content/browser/tab_contents/tab_contents_delegate.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
|
| index df709a7f3549d644f105f444c44fa39572fa83ec..96e99fc5a89c058dcded90ea23502bd43df8e4db 100644
|
| --- a/content/browser/tab_contents/tab_contents_delegate.cc
|
| +++ b/content/browser/tab_contents/tab_contents_delegate.cc
|
| @@ -237,5 +237,9 @@ TabContentsDelegate::GetJavaScriptDialogCreator() {
|
| return JavaScriptDialogCreatorStub::GetInstance();
|
| }
|
|
|
| +void TabContentsDelegate::RenderViewCreated(TabContents* source,
|
| + RenderViewHost* host) {
|
| +}
|
| +
|
| TabContentsDelegate::~TabContentsDelegate() {
|
| }
|
|
|