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

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

Issue 137883005: crossSite navs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « webkit/browser/appcache/appcache_host.cc ('k') | webkit/browser/appcache/appcache_interceptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/appcache/appcache_interceptor.h
diff --git a/webkit/browser/appcache/appcache_interceptor.h b/webkit/browser/appcache/appcache_interceptor.h
index b1db1c0628ec5e81eb52f6eab8b43bca2db3f336..9ae223cab82aafb533b3264e19b69ffdecc32390 100644
--- a/webkit/browser/appcache/appcache_interceptor.h
+++ b/webkit/browser/appcache/appcache_interceptor.h
@@ -40,6 +40,13 @@ class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheInterceptor
int64* cache_id,
GURL* manifest_url);
+ // Methods to support cross site navigations.
+ static void PrepareForCrossSiteTransfer(net::URLRequest* request,
+ int old_process_id);
+ static void CompleteCrossSiteTransfer(net::URLRequest* request,
+ int new_process_id,
+ int new_host_id);
+
static AppCacheInterceptor* GetInstance();
protected:
« no previous file with comments | « webkit/browser/appcache/appcache_host.cc ('k') | webkit/browser/appcache/appcache_interceptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698