| Index: third_party/WebKit/Source/core/loader/FrameLoaderTypes.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h b/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h
|
| index 146d15adf6c8de60a96c4ed0cc868a316356f3ad..f492f16282f771089db53b1d00c28f9c95a24056 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h
|
| @@ -100,6 +100,12 @@ enum HistoryScrollRestorationType {
|
| ScrollRestorationManual
|
| };
|
|
|
| +enum class ProgressBarCompletion {
|
| + LoadEvent,
|
| + DOMContentLoadedAndImages,
|
| + DOMContentLoaded
|
| +};
|
| +
|
| } // namespace blink
|
|
|
| #endif
|
|
|