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

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

Issue 16141002: Add "Don't translate" preference to chrome://settings/languages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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/language_options.html
diff --git a/chrome/browser/resources/options/language_options.html b/chrome/browser/resources/options/language_options.html
index b0af7b957da4b1652c1521d2347536e090243469..40a603973276894f1956813b3a63a122a0db15a2 100644
--- a/chrome/browser/resources/options/language_options.html
+++ b/chrome/browser/resources/options/language_options.html
@@ -66,6 +66,16 @@
</button>
</if>
</div>
+ <div id="language-options-dont-translate"
+ class="language-options-contents">
+ <div class="checkbox">
+ <label>
+ <input type="checkbox">
+ <span class="dont-translate-label"
+ i18n-content="dont_translate"></span>
Evan Stade 2013/05/28 17:08:11 the style is really inconsistent in this file (and
hajimehoshi 2013/05/29 03:52:23 1) Done 2) Hmm, I'll do for 'dont_translate' in th
+ </label>
+ </div>
+ </div>
<if expr="pp_ifdef('chromeos')">
<h3 i18n-content="input_method"></h3>
<div id="language-options-input-method-template" class="input-method"

Powered by Google App Engine
This is Rietveld 408576698