| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2013 The Chromium Authors. All rights reserved. | 2 Copyright 2013 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <div> | 6 <div> |
| 7 <section id="prefs-blocked-languages"> | 7 <section id="prefs-blocked-languages"> |
| 8 <h2>Languages not translated (New)</h2> | 8 <h2>Languages not translated (New)</h2> |
| 9 <ul></ul> | 9 <ul></ul> |
| 10 </section> | 10 </section> |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 <h2>CLD Data Source</h2> | 38 <h2>CLD Data Source</h2> |
| 39 <p i18n-content="cld-data-source"></p> | 39 <p i18n-content="cld-data-source"></p> |
| 40 </section> | 40 </section> |
| 41 </if> | 41 </if> |
| 42 </div> | 42 </div> |
| 43 <div> | 43 <div> |
| 44 <section id="prefs-dump"> | 44 <section id="prefs-dump"> |
| 45 <h2>Dump</h2> | 45 <h2>Dump</h2> |
| 46 <p class="dump"><p> | 46 <p class="dump"><p> |
| 47 </section> | 47 </section> |
| 48 <section> |
| 49 <h2 id="override-variations-country">Override Variations Country</h2> |
| 50 <p id="country-override"></p> |
| 51 </section> |
| 48 </div> | 52 </div> |
| OLD | NEW |