| Index: content/renderer/webplugin_delegate_proxy.cc
|
| diff --git a/content/renderer/webplugin_delegate_proxy.cc b/content/renderer/webplugin_delegate_proxy.cc
|
| index a05cfec1914393331e77a7567596fa37c183f70f..09f989b9abade65f015724927c1be9f39fcf6c62 100644
|
| --- a/content/renderer/webplugin_delegate_proxy.cc
|
| +++ b/content/renderer/webplugin_delegate_proxy.cc
|
| @@ -990,9 +990,7 @@ void WebPluginDelegateProxy::OnGetWindowScriptNPObject(
|
| void WebPluginDelegateProxy::OnResolveProxy(const GURL& url,
|
| bool* result,
|
| std::string* proxy_list) {
|
| - *result = false;
|
| - RenderThreadImpl::current()->Send(
|
| - new ViewHostMsg_ResolveProxy(url, result, proxy_list));
|
| + *result = RenderThreadImpl::current()->ResolveProxy(url, proxy_list);
|
| }
|
|
|
| void WebPluginDelegateProxy::OnGetPluginElement(int route_id, bool* success) {
|
|
|