From b94d3327ed86b1345ceca7806ae1e050055e252b Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Thu, 12 Feb 2009 19:49:04 +0000 Subject: Lots of small nits to help to split off webkit.dll. - Stop directly referencing WebPluginDelegateImpl. - Make the password manager to not allocation the data on heap. - Remove some unneeded includes. Review URL: http://codereview.chromium.org/20208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9692 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/plugin/webplugin_proxy.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/plugin/webplugin_proxy.h') diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h index 9f6177b..d6922aa 100644 --- a/chrome/plugin/webplugin_proxy.h +++ b/chrome/plugin/webplugin_proxy.h @@ -20,7 +20,7 @@ class WaitableEvent; } class PluginChannel; -class WebPluginDelegateImpl; +class WebPluginDelegate; // This is an implementation of WebPlugin that proxies all calls to the // renderer. @@ -30,7 +30,7 @@ class WebPluginProxy : public WebPlugin { // marshalled WebPlugin calls. WebPluginProxy(PluginChannel* channel, int route_id, - WebPluginDelegateImpl* delegate, + WebPluginDelegate* delegate, HANDLE modal_dialog_event); ~WebPluginProxy(); @@ -125,7 +125,7 @@ class WebPluginProxy : public WebPlugin { int route_id_; NPObject* window_npobject_; NPObject* plugin_element_; - WebPluginDelegateImpl* delegate_; + WebPluginDelegate* delegate_; gfx::Rect damaged_rect_; bool waiting_for_paint_; uint32 cp_browsing_context_; -- cgit v1.1