Chromium Code Reviews| 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 18e9ceab00afb145dbe61cffbc2599caa8b42dca..ad117db6f17489091f4ccb84731f208074cd0178 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. This is not unset when opener |
|
Charlie Reis
2014/04/11 22:57:56
nit: if the opener is closed.
davidben
2014/04/14 21:29:46
Done.
|
| + // is closed. |
| + bool created_with_opener_; |
| + |
| #if defined(OS_WIN) |
| gfx::NativeViewAccessible accessible_parent_; |
| #endif |