| Index: content/worker/worker_webapplicationcachehost_impl.h
|
| diff --git a/content/worker/worker_webapplicationcachehost_impl.h b/content/worker/worker_webapplicationcachehost_impl.h
|
| index 9662559ee3b3589ebd5517dd1fa84a12ddb51186..360292c9220b25a032eb5ea7424c86f43d555812 100644
|
| --- a/content/worker/worker_webapplicationcachehost_impl.h
|
| +++ b/content/worker/worker_webapplicationcachehost_impl.h
|
| @@ -19,6 +19,8 @@ class WorkerWebApplicationCacheHostImpl : public WebApplicationCacheHostImpl {
|
| // These overrides are stubbed out.
|
| virtual void willStartMainResourceRequest(
|
| blink::WebURLRequest&, const blink::WebFrame*);
|
| + virtual void willStartMainResourceRequest(
|
| + blink::WebURLRequest&, const blink::WebApplicationCacheHost*);
|
| virtual void didReceiveResponseForMainResource(
|
| const blink::WebURLResponse&);
|
| virtual void didReceiveDataForMainResource(const char* data, int len);
|
|
|