Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: content/child/appcache/web_application_cache_host_impl.h

Issue 615823002: Temporarily remove didReceiveDataForMainResource() implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed #4 Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/child/appcache/web_application_cache_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | content/child/appcache/web_application_cache_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698