Chromium Code Reviews| 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 25 matching lines...) Expand all Loading... | |
| 36 </section> | 36 </section> |
| 37 </if> | 37 </if> |
| 38 </div> | 38 </div> |
| 39 <div> | 39 <div> |
| 40 <section id="prefs-dump"> | 40 <section id="prefs-dump"> |
| 41 <h2>Dump</h2> | 41 <h2>Dump</h2> |
| 42 <p class="dump"><p> | 42 <p class="dump"><p> |
| 43 </section> | 43 </section> |
| 44 <section> | 44 <section> |
| 45 <h2 id="override-variations-country">Override Variations Country</h2> | 45 <h2 id="override-variations-country">Override Variations Country</h2> |
| 46 <p id="country-override"></p> | 46 <p id="country-override" class="country-override"></p> |
|
dpapad
2016/10/10 17:30:52
The CSS class is never used. Can we revert this?
hamelphi
2016/10/11 15:54:42
Done.
| |
| 47 </section> | 47 </section> |
| 48 </div> | 48 </div> |
| OLD | NEW |