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

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

Issue 212703005: Preserve Page::openedByDOM state across process swaps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: creis comments. Created 6 years, 8 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 aa439a1f4a369b2bc11ea901c7b55448a7d3837c..c59d27de83c80e9da1942d4af2dfb7db7490e460 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -875,6 +875,10 @@ class CONTENT_EXPORT WebContentsImpl
// is closed.
WebContentsImpl* opener_;
+ // True if this tab was opened by another tab. Is not unset when opener is
nasko 2014/04/08 22:43:25 nit: "It is not ..."
davidben 2014/04/08 23:48:23 Done. (Well, s/It/This/. "It" seems a little weird
+ // closed.
+ bool created_with_opener_;
+
#if defined(OS_WIN)
gfx::NativeViewAccessible accessible_parent_;
#endif

Powered by Google App Engine
This is Rietveld 408576698