| Index: chrome/renderer/renderer_webkitclient_impl.cc
|
| ===================================================================
|
| --- chrome/renderer/renderer_webkitclient_impl.cc (revision 39623)
|
| +++ chrome/renderer/renderer_webkitclient_impl.cc (working copy)
|
| @@ -131,12 +131,8 @@
|
| // when there is no active script context.
|
| int32 routing_id = RenderThread::RoutingIDForCurrentContext();
|
|
|
| - // TODO(darin): We should use SendAndRunNestedMessageLoop here to avoid dead-
|
| - // locking the browser, but this causes a performance regression. Switching
|
| - // back to Send to verify. See http://crbug.com/36310.
|
| -
|
| std::string value_utf8;
|
| - RenderThread::current()->Send(
|
| + RenderThread::current()->SendAndRunNestedMessageLoop(
|
| new ViewHostMsg_GetCookies(routing_id, url, first_party_for_cookies,
|
| &value_utf8));
|
|
|
|
|