Index: webkit/browser/appcache/appcache_host.h |
diff --git a/webkit/browser/appcache/appcache_host.h b/webkit/browser/appcache/appcache_host.h |
index 939d19848ba4856cad9943583b4a8d61b8cc5e22..7bbb1f2576df1ed063bf17a06eed54f66a03a107 100644 |
--- a/webkit/browser/appcache/appcache_host.h |
+++ b/webkit/browser/appcache/appcache_host.h |
@@ -152,6 +152,10 @@ class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheHost |
const GURL& first_party_url() const { return first_party_url_; } |
+ // Methods to support cross site navigations. |
+ void PrepareForTransfer(); |
+ void CompleteTransfer(int host_id, AppCacheFrontend* frontend); |
+ |
private: |
Status GetStatus(); |
void LoadSelectedCache(int64 cache_id); |