Chromium Code Reviews| Index: content/child/appcache/web_application_cache_host_impl.h |
| diff --git a/content/child/appcache/web_application_cache_host_impl.h b/content/child/appcache/web_application_cache_host_impl.h |
| index afda8a0593d0161962b1e1c22512b20436f73a29..d72ca91cd8d9507327ed2daf238c2bc21bdc2924 100644 |
| --- a/content/child/appcache/web_application_cache_host_impl.h |
| +++ b/content/child/appcache/web_application_cache_host_impl.h |
| @@ -48,6 +48,8 @@ class WebApplicationCacheHostImpl |
| // blink::WebApplicationCacheHost: |
| virtual void willStartMainResourceRequest(blink::WebURLRequest&, |
| const blink::WebFrame*); |
| + virtual void willStartMainResourceRequest( |
| + blink::WebURLRequest&, const blink::WebApplicationCacheHost*); |
|
michaeln
2014/02/13 01:09:20
oh... can you also override this method to do noth
adamk
2014/02/13 18:46:01
Done.
|
| virtual void willStartSubResourceRequest(blink::WebURLRequest&); |
| virtual void selectCacheWithoutManifest(); |
| virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL); |