Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / worker / worker_webapplicationcachehost_impl.cc
index 23201c8..392238a 100644 (file)
 namespace content {
 
 WorkerWebApplicationCacheHostImpl::WorkerWebApplicationCacheHostImpl(
-    const WorkerAppCacheInitInfo& init_info,
     blink::WebApplicationCacheHostClient* client)
     : WebApplicationCacheHostImpl(client,
           WorkerThread::current()->appcache_dispatcher()->backend_proxy()) {
-  backend()->SelectCacheForSharedWorker(host_id(),
-                                          init_info.main_resource_appcache_id);
 }
 
 void WorkerWebApplicationCacheHostImpl::willStartMainResourceRequest(
     blink::WebURLRequest&, const blink::WebFrame*) {
 }
 
+void WorkerWebApplicationCacheHostImpl::willStartMainResourceRequest(
+    blink::WebURLRequest&, const blink::WebApplicationCacheHost*) {
+}
+
 void WorkerWebApplicationCacheHostImpl::didReceiveResponseForMainResource(
     const blink::WebURLResponse&) {
 }