Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(739)

Unified Diff: webkit/glue/webplugin_impl.h

Issue 3180: This fixes the following bugs:-... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/glue/webplugin_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | webkit/glue/webplugin_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698