summaryrefslogtreecommitdiffstats
path: root/chrome/common/resource_dispatcher.cc
diff options
context:
space:
mode:
authordimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-22 07:40:38 +0000
committerdimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-22 07:40:38 +0000
commit760614992de625ae87208231ccdcbfe836dc8739 (patch)
treed8eab39ec86556fb7d66497c590fb05846526a3f /chrome/common/resource_dispatcher.cc
parent16870505af5a8e7f59b7a0254e5eb0888545614a (diff)
downloadchromium_src-760614992de625ae87208231ccdcbfe836dc8739.zip
chromium_src-760614992de625ae87208231ccdcbfe836dc8739.tar.gz
chromium_src-760614992de625ae87208231ccdcbfe836dc8739.tar.bz2
Reverting 24069.
Review URL: http://codereview.chromium.org/174301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/resource_dispatcher.cc')
-rw-r--r--chrome/common/resource_dispatcher.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/resource_dispatcher.cc b/chrome/common/resource_dispatcher.cc
index d951a33..d0a90a5 100644
--- a/chrome/common/resource_dispatcher.cc
+++ b/chrome/common/resource_dispatcher.cc
@@ -528,12 +528,6 @@ void ResourceDispatcher::FlushDeferredMessages(int request_id) {
q.pop_front();
DispatchMessage(*m);
delete m;
- // If this request is deferred in the context of the above message, then we
- // should honor the same and stop dispatching further messages.
- if (request_info.is_deferred) {
- request_info.deferred_message_queue.swap(q);
- return;
- }
}
}