| Index: content/browser/web_contents/test_web_contents.h
|
| diff --git a/content/browser/web_contents/test_web_contents.h b/content/browser/web_contents/test_web_contents.h
|
| index d4f79189dc3c79c73231e54b8376de0f7672e5d9..a01c78781e60455b7be9ecf4bb678fdf0afa09bd 100644
|
| --- a/content/browser/web_contents/test_web_contents.h
|
| +++ b/content/browser/web_contents/test_web_contents.h
|
| @@ -26,6 +26,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
|
|
|
| static TestWebContents* Create(BrowserContext* browser_context,
|
| SiteInstance* instance);
|
| + static TestWebContents* CreateWithoutInit(BrowserContext* browser_context);
|
|
|
| // WebContentsTester implementation.
|
| virtual void CommitPendingNavigation() OVERRIDE;
|
|
|