Chromium Code Reviews| Index: components/ntp_tiles/webui/resources/popular_sites_internals.html |
| diff --git a/components/ntp_tiles/webui/resources/popular_sites_internals.html b/components/ntp_tiles/webui/resources/popular_sites_internals.html |
| index 81d8145c963cccaaeed31b02c63b8c51263bceb5..a867c143db00dd4e9e0b579acc974b93a2ea4b2e 100644 |
| --- a/components/ntp_tiles/webui/resources/popular_sites_internals.html |
| +++ b/components/ntp_tiles/webui/resources/popular_sites_internals.html |
| @@ -31,10 +31,14 @@ found in the LICENSE file. |
| <h2>Download</h2> |
| <table class="section-details"> |
| <tr> |
| - <td class="detail">URL (takes precedence over Country and Version)</td> |
| + <td class="detail">URL (takes precedence over Path, Country and Version)</td> |
| <td class="value"><input id="override-url" type="text"></td> |
| </tr> |
| <tr> |
| + <td class="detail">Override Path</td> |
|
sfiera
2017/04/25 13:35:42
ntp-tiles-internals needs an analogous change
(an
mastiz
2017/04/25 17:54:00
Done.
|
| + <td class="value"><input id="override-path" type="text"></td> |
| + </tr> |
| + <tr> |
| <td class="detail">Override Country</td> |
| <td class="value"><input id="override-country" type="text"></td> |
| </tr> |
| @@ -80,4 +84,3 @@ found in the LICENSE file. |
| </body> |
| </html> |
| - |