summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_proxy.cc
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-14 23:24:32 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-14 23:24:32 +0000
commit3ebb3eb23535757d0525eec1dc903dd237571104 (patch)
tree961b5616d23086ccc42bff031103b96c2c3ff145 /chrome/renderer/webplugin_delegate_proxy.cc
parent54ff8593182da0591ecb2715bcf42aec51f4f3db (diff)
downloadchromium_src-3ebb3eb23535757d0525eec1dc903dd237571104.zip
chromium_src-3ebb3eb23535757d0525eec1dc903dd237571104.tar.gz
chromium_src-3ebb3eb23535757d0525eec1dc903dd237571104.tar.bz2
Reverting 20683.
Review URL: http://codereview.chromium.org/155539 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20686 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/webplugin_delegate_proxy.cc')
-rw-r--r--chrome/renderer/webplugin_delegate_proxy.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/webplugin_delegate_proxy.cc b/chrome/renderer/webplugin_delegate_proxy.cc
index a5423ac..c723097 100644
--- a/chrome/renderer/webplugin_delegate_proxy.cc
+++ b/chrome/renderer/webplugin_delegate_proxy.cc
@@ -386,7 +386,7 @@ void WebPluginDelegateProxy::OnMessageReceived(const IPC::Message& msg) {
void WebPluginDelegateProxy::OnChannelError() {
if (plugin_)
plugin_->Invalidate();
- render_view_->PluginCrashed(GetProcessId(), plugin_path_);
+ render_view_->PluginCrashed(plugin_path_);
}
void WebPluginDelegateProxy::UpdateGeometry(
@@ -709,7 +709,7 @@ void WebPluginDelegateProxy::OnSetWindow(gfx::PluginWindowHandle window) {
void WebPluginDelegateProxy::OnCreatePluginContainer(
gfx::PluginWindowHandle* container) {
RenderThread::current()->Send(new ViewHostMsg_CreatePluginContainer(
- render_view_->routing_id(), GetProcessId(), container));
+ render_view_->routing_id(), container));
}
void WebPluginDelegateProxy::OnDestroyPluginContainer(