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

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

Issue 702843004: Transfer serviceworker state during cross site navigations too. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 50ba944b8cf17233b320d57893ac97d732c7a1f0..be8110daabb2e2767f0fe96fb363fb6befee1bcb 100644
--- a/content/browser/appcache/appcache_interceptor.h
+++ b/content/browser/appcache/appcache_interceptor.h
@@ -44,6 +44,9 @@ class CONTENT_EXPORT AppCacheInterceptor : public net::URLRequestInterceptor {
static void CompleteCrossSiteTransfer(net::URLRequest* request,
int new_process_id,
int new_host_id);
+ static void MaybeCompleteCrossSiteTransferInOldProcess(
+ net::URLRequest* request,
+ int old_process_id);
AppCacheInterceptor();
~AppCacheInterceptor() override;

Powered by Google App Engine
This is Rietveld 408576698