| Index: net/reporting/reporting_policy.h
|
| diff --git a/net/reporting/reporting_policy.h b/net/reporting/reporting_policy.h
|
| index 59663ed9046bca448a7fb86e2936fcf81b973a82..c400bfff452d4f2eb86e3b833d8cee7ea224fac7 100644
|
| --- a/net/reporting/reporting_policy.h
|
| +++ b/net/reporting/reporting_policy.h
|
| @@ -44,6 +44,14 @@ struct NET_EXPORT ReportingPolicy {
|
| // Maximum number of delivery attempts a report can have before being
|
| // discarded as failed.
|
| int max_report_attempts;
|
| +
|
| + // Whether to clear reports when the network changes to avoid leaking browsing
|
| + // data between networks.
|
| + bool clear_reports_on_network_changes;
|
| +
|
| + // Whether to clear clients when the network changes to avoid leaking browsing
|
| + // data between networks.
|
| + bool clear_clients_on_network_changes;
|
| };
|
|
|
| } // namespace net
|
|
|