Index: webkit/appcache/web_application_cache_host_impl.h |
=================================================================== |
--- webkit/appcache/web_application_cache_host_impl.h (revision 78411) |
+++ webkit/appcache/web_application_cache_host_impl.h (working copy) |
@@ -44,7 +44,8 @@ |
virtual void OnContentBlocked(const GURL& manifest_url) {} |
// WebApplicationCacheHost methods |
- virtual void willStartMainResourceRequest(WebKit::WebURLRequest&); |
+ virtual void willStartMainResourceRequest(WebKit::WebURLRequest&, |
+ const WebKit::WebFrame*); |
adamk
2011/03/17 23:33:29
Where's the WebKit patch that changes this signatu
adamk
2011/03/17 23:34:14
nm, found the link from the bug.
|
virtual void willStartSubResourceRequest(WebKit::WebURLRequest&); |
virtual void selectCacheWithoutManifest(); |
virtual bool selectCacheWithManifest(const WebKit::WebURL& manifestURL); |