| 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*);
|
| virtual void willStartSubResourceRequest(blink::WebURLRequest&);
|
| virtual void selectCacheWithoutManifest();
|
| virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL);
|
|
|