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

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

Issue 666563004: Restore code removed temporarily for refactoring on WebApplicationCacheHost in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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 fbfb7070de4d7b3a4148058f8fb3ae77ca45ded4..a2b6639c3b0b302d055fffbbbd1168e15f2bea8f 100644
--- a/content/renderer/shared_worker/embedded_shared_worker_stub.cc
+++ b/content/renderer/shared_worker/embedded_shared_worker_stub.cc
@@ -40,8 +40,7 @@ class SharedWorkerWebApplicationCacheHostImpl
const blink::WebApplicationCacheHost*) {}
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) {}
// Cache selection is also different for workers. We know at construction
@@ -52,7 +51,8 @@ class SharedWorkerWebApplicationCacheHostImpl
return true;
}
};
-}
+
+} // namespace
EmbeddedSharedWorkerStub::EmbeddedSharedWorkerStub(
const GURL& url,
« 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