summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/main.html
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-22 01:04:36 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-22 01:04:36 +0000
commitc481bb685b669e1eeb83582c682ffa69d44cd21f (patch)
treed68bdcbcd4b2d7a068e942ca6ccf10b63579ba92 /remoting/webapp/main.html
parent97e99569e2c85f40084ed9245122951154b72ad8 (diff)
downloadchromium_src-c481bb685b669e1eeb83582c682ffa69d44cd21f.zip
chromium_src-c481bb685b669e1eeb83582c682ffa69d44cd21f.tar.gz
chromium_src-c481bb685b669e1eeb83582c682ffa69d44cd21f.tar.bz2
The user's consent to crash dumps reporting can now be set via the UI (Windows only). The checkbox is presented on the Start/Change PIN dialog. The user's selection is then written to usagestats under ClientStateMedium key.
BUG=130678 Review URL: https://chromiumcodereview.appspot.com/10537182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/main.html')
-rw-r--r--remoting/webapp/main.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index 1c1d822..17a338c 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>