| Index: third_party/WebKit/Source/core/fetch/ResourceClient.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/ResourceClient.h b/third_party/WebKit/Source/core/fetch/ResourceClient.h
|
| index 41fe1bcc42fbb794796c24dc7a54f12fac64ac65..56f7dde535f1779d3018fa742d0fb1c9672af7f9 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceClient.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ResourceClient.h
|
| @@ -26,7 +26,6 @@
|
| #define ResourceClient_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "platform/network/ResourceLoadPriority.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -51,8 +50,6 @@ public:
|
| static bool isExpectedType(ResourceClient*) { return true; }
|
| virtual ResourceClientType getResourceClientType() const { return BaseResourceType; }
|
|
|
| - virtual ResourcePriority computeResourcePriority() const { return ResourcePriority(); }
|
| -
|
| // Name for debugging, e.g. shown in memory-infra.
|
| virtual String debugName() const = 0;
|
|
|
|
|