| Index: components/ntp_tiles/webui/resources/ntp_tiles_internals.html
|
| diff --git a/components/ntp_tiles/webui/resources/ntp_tiles_internals.html b/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
|
| index dfdfe36b6025cc0d1d8f6944abd64db1794b2d74..ea70d72ccf769106fa2069301332d5c711e5d0c6 100644
|
| --- a/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
|
| +++ b/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
|
| @@ -65,6 +65,10 @@ found in the LICENSE file.
|
| </tr>
|
| <tr jsdisplay="$this">
|
| <td class="detail">Country</td>
|
| + <td class="value"><input id="override-directory" type="text" jsvalues="value:overrideDirectory;placeholder:directory"></td>
|
| + </tr>
|
| + <tr jsdisplay="$this">
|
| + <td class="detail">Country</td>
|
| <td class="value"><input id="override-country" type="text" jsvalues="value:overrideCountry;placeholder:country"></td>
|
| </tr>
|
| <tr jsdisplay="$this">
|
| @@ -125,4 +129,3 @@ found in the LICENSE file.
|
|
|
| </body>
|
| </html>
|
| -
|
|
|