Index: content/public/test/web_contents_tester.h |
diff --git a/content/public/test/web_contents_tester.h b/content/public/test/web_contents_tester.h |
index 5c4a37cc8d1413733cb3d958215c8a1295cac611..62c8652e213ab7ea2df6fc2098126b58172ec79d 100644 |
--- a/content/public/test/web_contents_tester.h |
+++ b/content/public/test/web_contents_tester.h |
@@ -8,6 +8,7 @@ |
#include "content/public/common/page_transition_types.h" |
class GURL; |
+class RenderViewHostManager; |
namespace webkit_glue { |
struct WebPreferences; |
@@ -58,6 +59,10 @@ class WebContentsTester { |
BrowserContext* browser_context, |
SiteInstance* instance); |
+ // Creates a WebContents for testing, without calling Init(). |
+ static WebContents* CreateTestWebContentsNoInit( |
+ BrowserContext* browser_context); |
+ |
// Deprecated. Creates a WebContents enabled for testing, that |
// counts the number of times SetFocusToLocationBar is called. |
static WebContents* |