diff options
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 { |