Index: content/browser/web_contents/test_web_contents.cc |
diff --git a/content/browser/web_contents/test_web_contents.cc b/content/browser/web_contents/test_web_contents.cc |
index 0a1ca78512b38d807350bfeb8943a1a8c4913e02..29aeb94b82caa18e91e791fcfa684a27aa675a47 100644 |
--- a/content/browser/web_contents/test_web_contents.cc |
+++ b/content/browser/web_contents/test_web_contents.cc |
@@ -39,6 +39,11 @@ TestWebContents* TestWebContents::Create(BrowserContext* browser_context, |
return test_web_contents; |
} |
+TestWebContents* TestWebContents::CreateWithoutInit( |
+ BrowserContext* browser_context) { |
+ return new TestWebContents(browser_context); |
+} |
+ |
TestWebContents::~TestWebContents() { |
} |