| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index 9c82e152d7ca74a9ad767d4eee7fe35f28bbe0f6..d1bd4ba36c7e01ff7cdbfdfb7bbe3a5c6fc7eae9 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -363,7 +363,9 @@ class CONTENT_EXPORT BrowserPluginGuest : public WebContentsObserver {
|
|
|
| // Indicates that this BrowserPluginGuest has associated renderer-side state.
|
| // This is used to determine whether or not to create a new RenderView when
|
| - // this guest is attached.
|
| + // this guest is attached. A BrowserPluginGuest would have renderer-side state
|
| + // prior to attachment if it is created via a call to window.open and
|
| + // maintains a JavaScript reference to its opener.
|
| bool has_render_view_;
|
|
|
| // Last seen size of guest contents (by OnUpdateRect).
|
|
|