| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 96dfdfd38e39421887b2a78fb4811c039ef2182e..cb18e3ffa644b063aad5880a09d7421fbde1c3c6 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -6160,7 +6160,13 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| Enable slimming paint.
|
| </message>
|
| <message name="IDS_FLAGS_ENABLE_SLIMMING_PAINT_DESCRIPTION" desc="Description for the flag to enable slimming paint.">
|
| - Use the slimming paint display lists for all drawing.
|
| + Use the slimming paint display lists for all drawing. Takes precedence over the disable-slimming-paint flag if both are present.
|
| + </message>
|
| + <message name="IDS_FLAGS_DISABLE_SLIMMING_PAINT_NAME" desc="Title for the flag to disable slimming paint.">
|
| + Disable slimming paint.
|
| + </message>
|
| + <message name="IDS_FLAGS_DISABLE_SLIMMING_PAINT_DESCRIPTION" desc="Description for the flag to disable slimming paint.">
|
| + Do not use the slimming paint display lists for drawing. Note the enable-slimming-paint flag takes precedence over this flag if both are present.
|
| </message>
|
| <message name="IDS_FLAGS_EXPERIMENTAL_SECURITY_FEATURES_NAME" desc="Name for the flag to enable experimental security features.">
|
| Enable potentially annoying security features.
|
|
|