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 71421dfb70c871d032a5aaeec90f95779bcdbdd4..cc4f43502b0d9ee7419e13ba4d0953a1cfbc1711 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -896,6 +896,10 @@ class CONTENT_EXPORT WebContentsImpl |
// is closed. |
WebContentsImpl* opener_; |
+ // True if this tab was opened by another tab. This is not unset if the opener |
+ // is closed. |
+ bool created_with_opener_; |
+ |
#if defined(OS_WIN) |
gfx::NativeViewAccessible accessible_parent_; |
#endif |