Commit 5454ce8d authored by Sophie Chang's avatar Sophie Chang Committed by Commit Bot

Add spacing between hints and into in flag description for OptimizationHints

.

Bug: 857466
Change-Id: If8cede28c9dbe3ef95db1833a221f4d5e3687a48
Reviewed-on: https://chromium-review.googlesource.com/1138544Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Commit-Queue: Sophie Chang <sophiechang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575335}
parent 68779fa7
...@@ -611,7 +611,7 @@ const char kEnableNupPrintingDescription[] = ...@@ -611,7 +611,7 @@ const char kEnableNupPrintingDescription[] =
const char kEnableOptimizationHintsName[] = "Optimization Hints"; const char kEnableOptimizationHintsName[] = "Optimization Hints";
const char kEnableOptimizationHintsDescription[] = const char kEnableOptimizationHintsDescription[] =
"Enable the Optimization Hints feature which incorporates server hints" "Enable the Optimization Hints feature which incorporates server hints "
"into decisions for what optimizations to perform on some pages on slow " "into decisions for what optimizations to perform on some pages on slow "
"networks."; "networks.";
......
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