summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_request_handler.h
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-07 05:15:44 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-07 05:15:44 +0000
commitdf16ed24d3cdb487fa37b7b8cb5d6c74926a95dd (patch)
tree8ee7f6e768e9b4a4ae1aaf2233c03ea6d96c38a7 /webkit/appcache/appcache_request_handler.h
parentad25e60d2adfd1eab3d6a56cba82ec864d6db1fc (diff)
downloadchromium_src-df16ed24d3cdb487fa37b7b8cb5d6c74926a95dd.zip
chromium_src-df16ed24d3cdb487fa37b7b8cb5d6c74926a95dd.tar.gz
chromium_src-df16ed24d3cdb487fa37b7b8cb5d6c74926a95dd.tar.bz2
Fix webkit URLRequestJob subtypes to handle Kill() correctly.
Kill() should prevent calling back into the delegate. So we cancel pending callbacks. BUG=63692 TEST=existing Review URL: http://codereview.chromium.org/5545003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68445 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/appcache/appcache_request_handler.h')
-rw-r--r--webkit/appcache/appcache_request_handler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/appcache/appcache_request_handler.h b/webkit/appcache/appcache_request_handler.h
index e07a77c..b1cb331 100644
--- a/webkit/appcache/appcache_request_handler.h
+++ b/webkit/appcache/appcache_request_handler.h
@@ -124,4 +124,3 @@ class AppCacheRequestHandler : public net::URLRequest::UserData,
} // namespace appcache
#endif // WEBKIT_APPCACHE_APPCACHE_REQUEST_HANDLER_H_
-