[go: nahoru, domu]

blob: 8880879f4c3f46fd3df3ac7e4a5d784487f1c465 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module attribution_reporting.mojom;
// Indicates whether to include source registration time in the aggregatable
// report.
enum SourceRegistrationTimeConfig {
kInclude = 0,
kExclude = 1,
};