| Index: webkit/glue/webplugin_impl.h
|
| ===================================================================
|
| --- webkit/glue/webplugin_impl.h (revision 2527)
|
| +++ webkit/glue/webplugin_impl.h (working copy)
|
| @@ -117,7 +117,7 @@
|
| friend class WebPluginContainer;
|
|
|
| WebPluginImpl(WebCore::Element *element, WebFrameImpl *frame,
|
| - WebPluginDelegate* delegate);
|
| + WebPluginDelegate* delegate, const GURL& plugin_url);
|
|
|
| // WebPlugin implementation:
|
| void SetWindow(HWND window, HANDLE pump_messages_event);
|
| @@ -284,6 +284,9 @@
|
| // a WebPluginResourceClient instance.
|
| MultiPartResponseHandlerMap multi_part_response_map_;
|
|
|
| + // The plugin source URL.
|
| + GURL plugin_url_;
|
| +
|
| DISALLOW_EVIL_CONSTRUCTORS(WebPluginImpl);
|
| };
|
|
|
|
|