blob: aeedc436d6e6f5175a9aba0fd7609881d7c4a3b9 [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;
enum SourceType {
// A source that was associated with a top-level navigation.
kNavigation = 0,
// A source that was not associated with a top-level navigation.
kEvent = 1,
};