blob: a4c05e1790234b0f6b16cd3f84cdcb4318152a77 [file] [log] [blame]
// Copyright 2022 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 EligibilityError {
kInvalidStructuredHeader,
kContainsNavigationSource,
kIneligible,
};