Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 1233453003: Allow asynchronous tab creation when opener_suppressed is true. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « no previous file | content/browser/web_contents/web_contents_impl.cc » ('j') | content/browser/web_contents/web_contents_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698