| 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
|
|
|