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