| 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 f3236c9fb6eb51623b714c041203dbb8604ae99a..daa61db3abd105927c0c856bed749849cb396fcd 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -895,6 +895,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
|
|
|