Chromium Code Reviews| 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" |