Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoaderTypes.h

Issue 1860743002: Add a flag to change when android's progress bar completes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enum classes, et al. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..eca52e17e74260667a7ca655f892a5b86538aa07 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 ProgressBarCompletion {
dcheng 2016/05/11 01:04:25 Looks like the PS uploaded didn't have the enum cl
Nate Chapin 2016/05/11 22:28:42 Done.
+ ProgressBarCompletionLoadEvent,
+ ProgressBarCompletionDOMContentLoadedAndImages,
+ ProgressBarCompletionDOMContentLoaded
+};
+
} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698