Index: content/browser/browser_plugin/browser_plugin_guest.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc |
index ed103b0afeb3d29b14f363f325767e05a3243379..493dd2df2f8555c12cd3d8c32fb8cba531b3e2dc 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
@@ -395,7 +395,6 @@ void BrowserPluginGuest::SendMessageToEmbedder(IPC::Message* msg) { |
pending_messages_.push_back(linked_ptr<IPC::Message>(msg)); |
return; |
} |
- msg->set_routing_id(owner_web_contents_->GetRoutingID()); |
owner_web_contents_->Send(msg); |
} |