summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
authorsimonjam@chromium.org <simonjam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-21 19:37:16 +0000
committersimonjam@chromium.org <simonjam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-21 19:37:16 +0000
commitad584cff81976aa47b03296434e55b2267586287 (patch)
treedde7ab4ccb2acce6fbd5d0241988bb5698476155 /webkit/tools
parent254751a7d3301a74f9aae3b48d1e38a0ed125447 (diff)
downloadchromium_src-ad584cff81976aa47b03296434e55b2267586287.zip
chromium_src-ad584cff81976aa47b03296434e55b2267586287.tar.gz
chromium_src-ad584cff81976aa47b03296434e55b2267586287.tar.bz2
Revert 183382 - broke gmail
> Add a ResourceScheduler to ResourceDispatcherHost. > > For this CL, ResourceScheduler mimicks WebKit's ResourceLoadScheduler. That means only JS and CSS are loaded before first paint. > > Eventually, we will improve it to do things like: > - Lower priority of background tabs. > - Preconnect for low priority resources. > - Dynamically adapt scheduling to the user's connection. > - Experiment with other scheduling ideas. > > BUG=157763 > > > Review URL: https://chromiumcodereview.appspot.com/11270027 TBR=simonjam@chromium.org Review URL: https://codereview.chromium.org/12315036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183846 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/test_shell/simple_resource_loader_bridge.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/tools/test_shell/simple_resource_loader_bridge.cc b/webkit/tools/test_shell/simple_resource_loader_bridge.cc
index 2faa2b7..de1f474 100644
--- a/webkit/tools/test_shell/simple_resource_loader_bridge.cc
+++ b/webkit/tools/test_shell/simple_resource_loader_bridge.cc
@@ -967,10 +967,6 @@ class ResourceLoaderBridgeImpl : public ResourceLoaderBridge {
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_;