Commit 1550abeb authored by Ryan Sturm's avatar Ryan Sturm Committed by Commit Bot

Changing capping pages flags strings

This fixes a typo in the capping heavy pages flag string and removes the
text around Renderer side resource scheduler, since that has already
launched.

Change-Id: Ic0662f4621d2c7094f2c2ec8b2e3591c61e300cf
Reviewed-on: https://chromium-review.googlesource.com/1104888Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Commit-Queue: Ryan Sturm <ryansturm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568122}
parent 9243b4bb
...@@ -478,11 +478,11 @@ const char kEnableHDRDescription[] = ...@@ -478,11 +478,11 @@ const char kEnableHDRDescription[] =
const char kEnableHeavyPageCappingName[] = "Heavy Page Capping"; const char kEnableHeavyPageCappingName[] = "Heavy Page Capping";
const char kEnableHeavyPageCappingDescription[] = const char kEnableHeavyPageCappingDescription[] =
"Enable showing an infobar on data heavy pages that allows the user to " "Enable showing an InfoBar on data heavy pages that allows the user to "
"pause sub resource request loading on the page. Subesource load pausing " "pause sub-resource request loading on the page. Sub-resource load pausing "
"functionality currently requires 'Renderer side ResourceScheduler' and " "functionality currently requires 'Experimental Web Platform features' to "
"'Experimental Web Platform features' to be enabled. Using the 'Low' " "be enabled. Using the 'Low' option will reduce the triggering threshold "
"option will reduce the triggering threshold to 1MB."; " 1MB.";
const char kEnableHttpFormWarningName[] = const char kEnableHttpFormWarningName[] =
"Show in-form warnings for sensitive fields when the top-level page is not " "Show in-form warnings for sensitive fields when the top-level page is not "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment