Chromium Code Reviews| 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()); |
|
lazyboy
2014/12/16 23:57:30
The comment about this routing_id in browser_plugi
Charlie Reis
2014/12/17 00:06:44
What is it set to instead?
(Is this still for rou
Fady Samuel
2014/12/17 19:30:35
These messages are control messages now. All Brows
Fady Samuel
2014/12/17 19:30:35
Done.
|
| owner_web_contents_->Send(msg); |
| } |