| Index: third_party/WebKit/Source/core/fetch/Resource.h
 | 
| diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h
 | 
| index aa2cbc8f9a7c556d361e4acf17368fa54556bda6..0533f86d9ada64ae7ac9cbb257364cd6dafac28d 100644
 | 
| --- a/third_party/WebKit/Source/core/fetch/Resource.h
 | 
| +++ b/third_party/WebKit/Source/core/fetch/Resource.h
 | 
| @@ -338,8 +338,6 @@ class CORE_EXPORT Resource : public GarbageCollectedFinalized<Resource>,
 | 
|  
 | 
|    virtual void checkNotify();
 | 
|  
 | 
| -  enum class MarkFinishedOption { ShouldMarkFinished, DoNotMarkFinished };
 | 
| -  void notifyClientsInternal(MarkFinishedOption);
 | 
|    void markClientFinished(ResourceClient*);
 | 
|  
 | 
|    virtual bool hasClientsOrObservers() const {
 | 
| 
 |