| Index: webkit/tools/test_shell/simple_resource_loader_bridge.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/simple_resource_loader_bridge.cc (revision 97077)
|
| +++ webkit/tools/test_shell/simple_resource_loader_bridge.cc (working copy)
|
| @@ -729,6 +729,8 @@
|
| static_cast<SyncRequestProxy*>(proxy_)->WaitForCompletion();
|
| }
|
|
|
| + virtual void UpdateRoutingId(int new_routing_id) { }
|
| +
|
| private:
|
| // Ownership of params_ is transfered to the proxy when the proxy is created.
|
| scoped_ptr<RequestParams> params_;
|
|
|