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

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

Issue 1156473007: Enables the user to select multiple languages for spellchecking (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits and rebased. Created 5 years, 6 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/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index 47ddcc92e92ccf89102dacde9dac00d038f66b21..a235bf9f576afcbb2f37cb6fedac0c33309ffca1 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -415,8 +415,8 @@
</span>
</label>
</div>
-<if expr="_google_chrome">
- <div class="checkbox controlled-setting-with-label">
+ <div id="spelling-enabled-container"
+ class="checkbox controlled-setting-with-label">
Dan Beam 2015/06/25 02:25:59 4 \s indent
Julius 2015/07/06 22:38:52 Done.
<label>
<input id="spelling-enabled-control" type="checkbox"
metric="Options_SpellingServiceCheckbox"
@@ -431,6 +431,7 @@
</div>
<div id="metrics-reporting-setting"
class="checkbox controlled-setting-with-label">
+<if expr="_google_chrome">
Dan Beam 2015/06/25 02:25:59 this should probably be above <div id="metrics-rep
Dan Beam 2015/06/25 02:25:59 please either update the CL description to say "sp
Julius 2015/07/06 22:38:52 Did it in a new CL.
Julius 2015/07/06 22:38:52 Done.
<if expr="chromeos">
<label>
<input id="metrics-reporting-enabled"

Powered by Google App Engine
This is Rietveld 408576698