Index: components/domain_reliability/beacon.h |
diff --git a/components/domain_reliability/beacon.h b/components/domain_reliability/beacon.h |
index 9e9dfb20b9e917cd13d9d9d9f8645bd0bedca6d7..c50db2b7fcc1884a59f00d0219a48d9e0ad8a717 100644 |
--- a/components/domain_reliability/beacon.h |
+++ b/components/domain_reliability/beacon.h |
@@ -28,6 +28,8 @@ struct DOMAIN_RELIABILITY_EXPORT DomainReliabilityBeacon { |
// The URL that the beacon is reporting on, if included. |
std::string url; |
+ // The domain that the beacon is reporting on, if included. |
+ std::string domain; |
// The resource name that the beacon is reporting on, if included. |
std::string resource; |
// Status string (e.g. "ok", "dns.nxdomain", "http.403"). |