Chromium Code Reviews| 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..b0c154d00a5ac4ac27bb680ff779b5a0ffc6588f 100644 |
| --- a/third_party/WebKit/Source/core/fetch/Resource.h |
| +++ b/third_party/WebKit/Source/core/fetch/Resource.h |
| @@ -338,8 +338,7 @@ class CORE_EXPORT Resource : public GarbageCollectedFinalized<Resource>, |
| virtual void checkNotify(); |
| - enum class MarkFinishedOption { ShouldMarkFinished, DoNotMarkFinished }; |
| - void notifyClientsInternal(MarkFinishedOption); |
|
yhirano
2016/11/29 02:23:30
Is it a good idea to merge this function to checkN
hiroshige
2016/11/29 07:54:31
Done.
|
| + void notifyClientsInternal(); |
| void markClientFinished(ResourceClient*); |
| virtual bool hasClientsOrObservers() const { |