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 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 |