| Index: webkit/tools/test_shell/simple_resource_loader_bridge.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/simple_resource_loader_bridge.cc (revision 45843)
|
| +++ webkit/tools/test_shell/simple_resource_loader_bridge.cc (working copy)
|
| @@ -645,7 +645,8 @@
|
| request_context->proxy_service()));
|
|
|
| net::ProxyInfo proxy_info;
|
| - int rv = sync_proxy_service->ResolveProxy(url, &proxy_info, NULL);
|
| + int rv = sync_proxy_service->ResolveProxy(url, &proxy_info,
|
| + net::BoundNetLog());
|
| if (rv == net::OK) {
|
| *proxy_list = proxy_info.ToPacString();
|
| }
|
|
|