| Index: third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| diff --git a/third_party/WebKit/Source/core/loader/ProgressTracker.h b/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| index 46dd165f841c0d822fa93e006bb2819416d9335d..3ecbe248d3a1bf5f636ffcbd1545cf220a214750 100644
|
| --- a/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| +++ b/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| @@ -37,6 +37,7 @@
|
|
|
| namespace blink {
|
|
|
| +class FrameLoaderClient;
|
| class LocalFrame;
|
| class ResourceResponse;
|
| struct ProgressItem;
|
| @@ -70,8 +71,8 @@ class CORE_EXPORT ProgressTracker final
|
| private:
|
| explicit ProgressTracker(LocalFrame*);
|
|
|
| - void incrementProgressForMainResourceOnly(unsigned long identifier,
|
| - int length);
|
| + FrameLoaderClient* frameLoaderClient() const;
|
| +
|
| void maybeSendProgress();
|
| void sendFinalProgress();
|
| void reset();
|
|
|