| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 260e098f42ef10c8d6f3c6a6b103822ced1608c8..9ae268539795d156aab2cbb23ec0adb5b9ff4ace 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -6604,6 +6604,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
|
|
|