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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.in

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/frame/Settings.in
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
index b5982071f26d3709328184b1b17b2b225371df09..19d8527aa8bc5d361b7ac4a338a18d8ff2573a6f 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -367,7 +367,7 @@ textTrackMarginPercentage type=double, initial=0
lowPriorityIframes initial=false
-mainResourceOnlyProgress initial=false
+progressBarCompletion type=ProgressBarCompletion, initial=ProgressBarCompletionLoadEvent
# Do we want to try to save screen real estate in the media player by hiding
# the volume slider / mute button?

Powered by Google App Engine
This is Rietveld 408576698