summaryrefslogtreecommitdiffstats
path: root/chromium/services/network/public/mojom/network_context.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/services/network/public/mojom/network_context.mojom')
-rw-r--r--chromium/services/network/public/mojom/network_context.mojom4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/services/network/public/mojom/network_context.mojom b/chromium/services/network/public/mojom/network_context.mojom
index b2beaa762bf..467af3615f2 100644
--- a/chromium/services/network/public/mojom/network_context.mojom
+++ b/chromium/services/network/public/mojom/network_context.mojom
@@ -1454,6 +1454,10 @@ interface NetworkContext {
GetOriginPolicyManager(
pending_receiver<OriginPolicyManager> origin_policy_manager);
+ // If called, the CT log list will be considered always timely.
+ [EnableIf=is_ct_supported]
+ SetCTLogListAlwaysTimelyForTesting();
+
// Set the SCT auditing mode for this NetworkContext.
[EnableIf=is_ct_supported]
SetSCTAuditingMode(SCTAuditingMode mode);