Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: content/browser/appcache/appcache_interceptor.h

Issue 1566713004: Fix a null AppCacheBackendImpl ptr crash in CompleteCrossSiteTransfer and re… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bad_message Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/appcache/appcache_interceptor.h
diff --git a/content/browser/appcache/appcache_interceptor.h b/content/browser/appcache/appcache_interceptor.h
index 0e50983ba213b21e7610c7e92c6b20159a7827b7..9d1abc31b6abb1752e4770a6af551caae0934abc 100644
--- a/content/browser/appcache/appcache_interceptor.h
+++ b/content/browser/appcache/appcache_interceptor.h
@@ -21,6 +21,7 @@ class URLRequest;
namespace content {
class AppCacheRequestHandler;
class AppCacheServiceImpl;
+class ResourceMessageFilter;
// An interceptor to hijack requests and potentially service them out of
// the appcache.
@@ -45,7 +46,8 @@ class CONTENT_EXPORT AppCacheInterceptor : public net::URLRequestInterceptor {
int old_process_id);
static void CompleteCrossSiteTransfer(net::URLRequest* request,
int new_process_id,
- int new_host_id);
+ int new_host_id,
+ ResourceMessageFilter* filter);
static void MaybeCompleteCrossSiteTransferInOldProcess(
net::URLRequest* request,
int old_process_id);
« no previous file with comments | « no previous file | content/browser/appcache/appcache_interceptor.cc » ('j') | content/browser/appcache/appcache_request_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698