Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 0ebb78bdd4549d2685cf2e3fc7d8ebe1b93876d9..81475537c11356b383a97d00d5f264600c7787b4 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -1245,6 +1245,10 @@ class CONTENT_EXPORT WebContentsImpl |
// different process from its parent page. |
bool is_subframe_; |
+ // When a new tab is created asynchronously, stores the OpenURLParams needed |
+ // to continue loading the page once the tab is ready. |
+ scoped_ptr<OpenURLParams> delayed_open_url_params_; |
+ |
// Whether overscroll should be unconditionally disabled. |
bool force_disable_overscroll_content_; |