Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2874)

Unified Diff: chrome/browser/resources/options/advanced_options.html

Issue 9235004: [Garbled Text][Infobar] Adding infobar to suggest turning on encoding detection. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « chrome/browser/renderer_host/dummy_resource_dispatcher_host_delegate.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698