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

Unified Diff: content/renderer/shared_worker/embedded_shared_worker_stub.cc

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 | « content/child/appcache/web_application_cache_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/shared_worker/embedded_shared_worker_stub.cc
diff --git a/content/renderer/shared_worker/embedded_shared_worker_stub.cc b/content/renderer/shared_worker/embedded_shared_worker_stub.cc
index e7df34a9d428c147da067801e6018be4efbec865..eeb601c279667f4b475a932eb27d55373a5c70d5 100644
--- a/content/renderer/shared_worker/embedded_shared_worker_stub.cc
+++ b/content/renderer/shared_worker/embedded_shared_worker_stub.cc
@@ -40,7 +40,8 @@ class SharedWorkerWebApplicationCacheHostImpl
const blink::WebApplicationCacheHost*) {}
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) {}
// Cache selection is also different for workers. We know at construction
« no previous file with comments | « content/child/appcache/web_application_cache_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698