| // 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, | |
| }; |