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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/main.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« 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