Fold RestartLoadingTask() into ReadCallback() as the method is called on the render thread.
This is the cache miss equivalent of r118386. We were unnecessarily posting a task to restart the HTTP request on a cache miss. On pages with heavy activity this can delay the load until the task can get executed. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10700125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146281 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment