From ce185864d3ef3d2a3fd40ae93300a5858f961c94 Mon Sep 17 00:00:00 2001 From: "nsylvain@chromium.org" Date: Wed, 8 Jul 2009 20:16:38 +0000 Subject: Revert change 20173 because it breaks the ui_tests, plugin_tests and most likely some page cyclers. Review URL: http://codereview.chromium.org/155236 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20180 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/plugin/webplugin_proxy.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'chrome/plugin/webplugin_proxy.h') diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h index 103be5c..0388514 100644 --- a/chrome/plugin/webplugin_proxy.h +++ b/chrome/plugin/webplugin_proxy.h @@ -16,7 +16,6 @@ #include "chrome/common/ipc_message.h" #include "chrome/common/chrome_plugin_api.h" #include "chrome/common/transport_dib.h" -#include "googleurl/src/gurl.h" #include "webkit/glue/webplugin.h" namespace base { @@ -34,8 +33,7 @@ class WebPluginProxy : public WebPlugin { // marshalled WebPlugin calls. WebPluginProxy(PluginChannel* channel, int route_id, - WebPluginDelegate* delegate, - const GURL& page_url); + WebPluginDelegate* delegate); ~WebPluginProxy(); // WebPlugin overrides @@ -158,8 +156,6 @@ class WebPluginProxy : public WebPlugin { gfx::Rect damaged_rect_; bool waiting_for_paint_; scoped_ptr modal_dialog_event_; - // The url of the main frame hosting the plugin. - GURL page_url_; #if defined(OS_WIN) // Variables used for desynchronized windowless plugin painting. See note in -- cgit v1.1