diff options
author | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-10 23:37:03 +0000 |
---|---|---|
committer | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-10 23:37:03 +0000 |
commit | b7c8d9b3f731d50cf6afa0ec9c15843d2101bfc1 (patch) | |
tree | 90293a66b17c390c8c4b40839a9fb8fc84a6d7f4 /remoting/host/host_config.h | |
parent | 9eaa331b9d4e9644eae6d2e1eafc5e990b51abaf (diff) | |
download | chromium_src-b7c8d9b3f731d50cf6afa0ec9c15843d2101bfc1.zip chromium_src-b7c8d9b3f731d50cf6afa0ec9c15843d2101bfc1.tar.gz chromium_src-b7c8d9b3f731d50cf6afa0ec9c15843d2101bfc1.tar.bz2 |
Enable crash-reporting for Mac host, for users who opt in.
This enables the Web UI for opting in, and sets an option in the
Host config accordingly. The host, during startup, reads the
config option and enables crash-reporting if set.
BUG=136579
Review URL: https://chromiumcodereview.appspot.com/11447003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/host_config.h')
-rw-r--r-- | remoting/host/host_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h index e7d95f1..a8233b5 100644 --- a/remoting/host/host_config.h +++ b/remoting/host/host_config.h @@ -36,6 +36,8 @@ extern const char kHostNameConfigPath[]; extern const char kHostSecretHashConfigPath[]; // Private keys used for host authentication. extern const char kPrivateKeyConfigPath[]; +// Whether consent is given for usage stats reporting. +extern const char kUsageStatsConsentConfigPath[]; // HostConfig interace provides read-only access to host configuration. class HostConfig { |