| 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..5ce97bcf64f623ee963ddd8129cce222da08ae42 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 Directory, Country and Version)</td>
|
| <td class="value"><input id="override-url" type="text"></td>
|
| </tr>
|
| <tr>
|
| + <td class="detail">Override Directory</td>
|
| + <td class="value"><input id="override-directory" 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>
|
| -
|
|
|