| Index: remoting/webapp/main.html
 | 
| diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
 | 
| index 1c1d8223c5e2fb83561a99b36321b4b09d68951b..17a338c50296289f82dcf6c191a293b9dba1da81 100644
 | 
| --- a/remoting/webapp/main.html
 | 
| +++ b/remoting/webapp/main.html
 | 
| @@ -221,6 +221,15 @@ found in the LICENSE file.
 | 
|                </td>
 | 
|              <tr>
 | 
|            </table>
 | 
| +          <div id="usagestats-consent"
 | 
| +               hidden>
 | 
| +            <input id="usagestats-consent-checkbox" type="checkbox">
 | 
| +            <label id="usagestats-consent-label"
 | 
| +                   for="usagestats-consent-checkbox">
 | 
| +              <span i18n-content="HOST_SETUP_CRASH_REPORTING_MESSAGE">
 | 
| +              </span>
 | 
| +            </label>
 | 
| +          </div>
 | 
|            <div id="daemon-pin-error-div" class="message centered" hidden>
 | 
|              <span id="daemon-pin-error-message" class="error-state">
 | 
|              </span>
 | 
| 
 |