| Index: webkit/tools/test_shell/simple_resource_loader_bridge.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/simple_resource_loader_bridge.cc (revision 183842)
|
| +++ webkit/tools/test_shell/simple_resource_loader_bridge.cc (working copy)
|
| @@ -967,10 +967,6 @@
|
| static_cast<SyncRequestProxy*>(proxy_)->WaitForCompletion();
|
| }
|
|
|
| - virtual void DidChangePriority(net::RequestPriority new_priority) {
|
| - // Not really needed for DRT.
|
| - }
|
| -
|
| private:
|
| // Ownership of params_ is transfered to the proxy when the proxy is created.
|
| scoped_ptr<RequestParams> params_;
|
|
|