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

Unified Diff: chrome/app/generated_resources.grd

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: 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index b48d3c81a867f41a187ae86a2af1a0a182753134..33895d9f0b34782620022dfc12d96fbb89db7944 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6601,6 +6601,21 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_PROGRESS_BAR_ANIMATION_FAST_START" desc="Fast start progress bar animation style">
Fast start
</message>
+ <message name="IDS_FLAGS_PROGRESS_BAR_COMPLETION_NAME" desc="Name of the flag to set when Android's page load progress bar completes.">
+ Android phone page load progress bar completion time.
+ </message>
+ <message name="IDS_FLAGS_PROGRESS_BAR_COMPLETION_DESCRIPTION" desc="Description of the flag to set when Android's page load progress bar completes.">
+ Configures Android phone page loading progress bar completion time.
+ </message>
+ <message name="IDS_FLAGS_PROGRESS_BAR_COMPLETION_LOAD_EVENT" desc="Complete when the load event completes">
+ Top loading frame's onload event ("everything" is done in the page, historical behavior).
+ </message>
+ <message name="IDS_FLAGS_PROGRESS_BAR_COMPLETION_DCL_AND_IMAGES" desc="Complete when domContentLoaded and images are done">
+ Main frame's domContentLoaded and images are done (iframes ignored).
+ </message>
+ <message name="IDS_FLAGS_PROGRESS_BAR_COMPLETION_DOM_CONTENT_LOADED" desc="Complete when domContentLoaded is done">
+ Main frame's domContentLoaded (iframes ignored).
+ </message>
</if>
<message name="IDS_FLAGS_DISALLOW_DOC_WRITTEN_SCRIPTS_UI_NAME" desc="Name of the flag to disallow fetch of scripts inserted into the main frame by document.write.">
Block scripts loaded via document.write

Powered by Google App Engine
This is Rietveld 408576698