| 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 a2989225063fd89e89c1de3f188ae0c0297262b5..cf2b0bc9da6782344636ffcb5b3df91e531d6a9f 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -498,6 +498,9 @@ class CONTENT_EXPORT BrowserPluginGuest
|
| // this guest is attached.
|
| bool has_render_view_;
|
|
|
| + // Indicates whether BrowserPluginGuest::Destroy has been called.
|
| + bool is_being_destroyed_;
|
| +
|
| // This is a queue of messages that are destined to be sent to the embedder
|
| // once the guest is attached to a particular embedder.
|
| std::queue<IPC::Message*> pending_messages_;
|
|
|