Index: remoting/host/usage_stats_consent.h |
diff --git a/remoting/host/usage_stats_consent.h b/remoting/host/usage_stats_consent.h |
index ee490293dc9649045dc6a4fe0e84b39d634cd630..943877d0107d9e20b241c6c1e2f67c5a362fdc8c 100644 |
--- a/remoting/host/usage_stats_consent.h |
+++ b/remoting/host/usage_stats_consent.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* allowed, bool* set_by_policy); |
+ |
+// Records the user's consent to collect crash dumps and gather usage |
+// statistics. |
+bool SetUsageStatsConsent(bool allowed); |
} // remoting |