Index: chrome/browser/resources/options/advanced_options.html |
diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html |
index 99c613c8c4fd95b3200763170739e3592ede9dbc..7cf881e1e28d60bfea4caaaed822889098837b78 100644 |
--- a/chrome/browser/resources/options/advanced_options.html |
+++ b/chrome/browser/resources/options/advanced_options.html |
@@ -138,6 +138,16 @@ |
</label> |
</div> |
</section> |
+ <section> |
+ <h3 i18n-content="advancedSectionTitleGarbledText"></h3> |
+ <div class="checkbox"> |
+ <label> |
+ <input id="enableGarbledText" pref="auto_garbled_text_fix.enabled" |
+ metric="Options_GarbledText" type="checkbox"> |
+ <span i18n-content="garbledTextEnableAutoFix"></span> |
+ </label> |
+ </div> |
+ </section> |
<if expr="not pp_ifdef('chromeos')"> |
<section> |
<h3 i18n-content="downloadLocationGroupName"></h3> |