diff options
Diffstat (limited to 'content/renderer/browser_plugin/browser_plugin.h')
-rw-r--r-- | content/renderer/browser_plugin/browser_plugin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h index 925ee23..d35b173 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 |