| Index: content/worker/worker_webapplicationcachehost_impl.h
|
| ===================================================================
|
| --- content/worker/worker_webapplicationcachehost_impl.h (revision 78411)
|
| +++ content/worker/worker_webapplicationcachehost_impl.h (working copy)
|
| @@ -36,7 +36,8 @@
|
|
|
| // Main resource loading is different for workers. The resource is
|
| // loaded by the creator of the worker rather than the worker itself.
|
| - virtual void willStartMainResourceRequest(WebKit::WebURLRequest&) {}
|
| + virtual void willStartMainResourceRequest(
|
| + WebKit::WebURLRequest&, const WebKit::WebFrame*) {}
|
| virtual void didReceiveResponseForMainResource(
|
| const WebKit::WebURLResponse&) {}
|
| virtual void didReceiveDataForMainResource(const char* data, int len) {}
|
|
|