| 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 925ee2384b34edb3cb4f6f097f4e85f258a6bb38..d35b173c80cb15d54f0647fbf282260f74041d16 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -299,9 +299,6 @@ class CONTENT_EXPORT BrowserPlugin :
|
| // Used to identify the plugin to WebBindings.
|
| scoped_ptr<struct _NPP> npp_;
|
|
|
| - // URL for the embedder frame.
|
| - const GURL embedder_frame_url_;
|
| -
|
| std::vector<EditCommand> edit_commands_;
|
|
|
| // Weak factory used in v8 |MakeWeak| callback, since the v8 callback might
|
|
|