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 c075291227395d46734db109f259f7e8405dd502..a0829725515acea00983cf13e84338aa5c227aa0 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h |
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h |
@@ -101,6 +101,13 @@ enum HistoryScrollRestorationType { |
ScrollRestorationManual |
}; |
+enum class ProgressBarCompletion { |
+ LoadEvent, |
+ ResourcesBeforeDCL, |
+ DOMContentLoaded, |
+ ResourcesBeforeDCLAndSameOriginIFrames |
+}; |
+ |
} // namespace blink |
#endif |