| Index: webkit/tools/test_shell/simple_resource_loader_bridge.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/simple_resource_loader_bridge.cc (revision 11712)
|
| +++ webkit/tools/test_shell/simple_resource_loader_bridge.cc (working copy)
|
| @@ -544,18 +544,18 @@
|
|
|
| // factory function
|
| ResourceLoaderBridge* ResourceLoaderBridge::Create(
|
| - WebFrame* webframe,
|
| const std::string& method,
|
| const GURL& url,
|
| const GURL& policy_url,
|
| const GURL& referrer,
|
| const std::string& headers,
|
| int load_flags,
|
| - int origin_pid,
|
| + int requestor_pid,
|
| ResourceType::Type request_type,
|
| - bool mixed_contents) {
|
| - return new ResourceLoaderBridgeImpl(method, url, policy_url, referrer,
|
| - headers, load_flags);
|
| + bool mixed_contents,
|
| + int routing_id) {
|
| + return new ResourceLoaderBridgeImpl(method, url, policy_url,
|
| + referrer, headers, load_flags);
|
| }
|
|
|
| // Issue the proxy resolve request on the io thread, and wait
|
|
|