| Index: remoting/host/breakpad.h
|
| diff --git a/remoting/host/breakpad.h b/remoting/host/breakpad.h
|
| index bd13b98df524d57531d60e1ef3ae5ac0e3624d73..6133cb6e064a7f9eb4ec3d63b9457b97ab7021d6 100644
|
| --- a/remoting/host/breakpad.h
|
| +++ b/remoting/host/breakpad.h
|
| @@ -7,8 +7,13 @@
|
|
|
| namespace remoting {
|
|
|
| -// Returns true if the user has agreed to crash dump collection and uploading.
|
| -bool IsCrashReportingEnabled();
|
| +// Retrieves the user's consent to collect crash dumps and gather usage
|
| +// statistics.
|
| +bool GetUsageStatsConsent(bool* set_by_policy_opt, bool* allowed);
|
| +
|
| +// Records the user's consent to collect crash dumps and gather usage
|
| +// statistics.
|
| +bool SetUsageStatsConsent(bool allowed);
|
|
|
| } // remoting
|
|
|
|
|