| Index: content/renderer/browser_plugin/browser_plugin.h
|
| diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
|
| index ba30ac909d86e7c238e7e8457fa25fa2a7e3d558..9e0b60c280c22dbf994f86cbb886a381f34ccda7 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -354,6 +354,9 @@ class CONTENT_EXPORT BrowserPlugin :
|
| // Used to identify the plugin to WebBindings.
|
| scoped_ptr<struct _NPP> npp_;
|
|
|
| + // URL for the embedder frame.
|
| + GURL embedder_frame_url_;
|
| +
|
| // Weak factory used in v8 |MakeWeak| callback, since the v8 callback might
|
| // get called after BrowserPlugin has been destroyed.
|
| base::WeakPtrFactory<BrowserPlugin> weak_ptr_factory_;
|
|
|