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

Unified Diff: third_party/WebKit/Source/core/fetch/ResourceFetcher.h

Issue 2539353002: Remove acceptDataFromThreadedReceiver() method from DocumentLoader and ResourceFetcher (Closed)
Patch Set: a Created 4 years 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 | third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/fetch/ResourceFetcher.h
diff --git a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
index 10991d53bc1c1f9a5faf09c75fcd50f4e2971b0d..4f6734398b67a731d7934b7946e16f97feda4131 100644
--- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
+++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
@@ -137,11 +137,6 @@ class CORE_EXPORT ResourceFetcher
bool defersLoading() const;
bool isControlledByServiceWorker() const;
- void acceptDataFromThreadedReceiver(unsigned long identifier,
- const char* data,
- int dataLength,
- int encodedDataLength);
-
enum ResourceLoadStartType {
ResourceLoadingFromNetwork,
ResourceLoadingFromCache
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698