| 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 7fc1f5ec8105fe8df33bc9e247403a250574364f..1bb2f9eb1bb91d194892fc9e6a2ec3e5d2068169 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 ResourceClientType expectedType() { return BaseResourceType; }
|
| virtual ResourceClientType resourceClientType() const { return expectedType(); }
|
|
|
| - virtual ResourcePriority computeResourcePriority() const { return ResourcePriority(); }
|
| -
|
| // Name for debugging, e.g. shown in memory-infra.
|
| virtual String debugName() const = 0;
|
|
|
|
|