Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: remoting/webapp/main.html

Issue 10537182: The user's consent to crash dumps reporting can now be set via the UI (Windows only). The checkbox … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/webapp/main.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 <tr> 214 <tr>
215 <td class="table-label"> 215 <td class="table-label">
216 <label for="daemon-pin-confirm" 216 <label for="daemon-pin-confirm"
217 i18n-content="ASK_PIN_DIALOG_CONFIRM_LABEL"></label> 217 i18n-content="ASK_PIN_DIALOG_CONFIRM_LABEL"></label>
218 </td> 218 </td>
219 <td> 219 <td>
220 <input id="daemon-pin-confirm" type="password"> 220 <input id="daemon-pin-confirm" type="password">
221 </td> 221 </td>
222 <tr> 222 <tr>
223 </table> 223 </table>
224 <div id="usagestats-consent"
225 hidden>
226 <input id="usagestats-consent-checkbox" type="checkbox">
227 <label id="usagestats-consent-label"
228 for="usagestats-consent-checkbox">
229 <span i18n-content="HOST_SETUP_CRASH_REPORTING_MESSAGE">
230 </span>
231 </label>
232 </div>
224 <div id="daemon-pin-error-div" class="message centered" hidden> 233 <div id="daemon-pin-error-div" class="message centered" hidden>
225 <span id="daemon-pin-error-message" class="error-state"> 234 <span id="daemon-pin-error-message" class="error-state">
226 </span> 235 </span>
227 </div> 236 </div>
228 <div class="box"> 237 <div class="box">
229 <a href="https://support.google.com/chrome/?p=ui_pin_safety" 238 <a href="https://support.google.com/chrome/?p=ui_pin_safety"
230 target="_blank" 239 target="_blank"
231 id="why-is-this-safe" 240 id="why-is-this-safe"
232 i18n-content="WHY_IS_THIS_SAFE"></a> 241 i18n-content="WHY_IS_THIS_SAFE"></a>
233 <div class="box-spacer"></div> 242 <div class="box-spacer"></div>
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 <div class="arrow-down"></div> 580 <div class="arrow-down"></div>
572 </div> 581 </div>
573 </div> <!-- session-toolbar --> 582 </div> <!-- session-toolbar -->
574 </div> <!-- session-mode --> 583 </div> <!-- session-mode -->
575 584
576 <div id="statistics" dir="ltr" class="selectable" hidden> 585 <div id="statistics" dir="ltr" class="selectable" hidden>
577 </div> <!-- statistics --> 586 </div> <!-- statistics -->
578 587
579 </body> 588 </body>
580 </html> 589 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698