| Index: content/browser/mock_content_browser_client.cc
|
| ===================================================================
|
| --- content/browser/mock_content_browser_client.cc (revision 97919)
|
| +++ content/browser/mock_content_browser_client.cc (working copy)
|
| @@ -18,6 +18,11 @@
|
| MockContentBrowserClient::~MockContentBrowserClient() {
|
| }
|
|
|
| +TabContentsView* MockContentBrowserClient::CreateTabContentsView(
|
| + TabContents* tab_contents) {
|
| + return NULL;
|
| +}
|
| +
|
| void MockContentBrowserClient::RenderViewHostCreated(
|
| RenderViewHost* render_view_host) {
|
| }
|
|
|