| 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 a01b0289bf4feb45b651e0299e0a35c3d54d1e14..4c81d46bb9661014797034928bb861499c130947 100644
|
| --- a/content/child/appcache/web_application_cache_host_impl.h
|
| +++ b/content/child/appcache/web_application_cache_host_impl.h
|
| @@ -46,8 +46,7 @@ class WebApplicationCacheHostImpl
|
| virtual void selectCacheWithoutManifest();
|
| virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL);
|
| virtual void didReceiveResponseForMainResource(const blink::WebURLResponse&);
|
| - // TODO(tyoshino): Revive didReceiveDataForMainResource once Blink side
|
| - // refactoring is done. See crbug.com/418885.
|
| + virtual void didReceiveDataForMainResource(const char* data, unsigned len);
|
| virtual void didFinishLoadingMainResource(bool success);
|
| virtual blink::WebApplicationCacheHost::Status status();
|
| virtual bool startUpdate();
|
|
|