blob: 1227b5e843f31ff45cbb1ce5a805bf0b98ff98ae [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 aggregation_service.mojom;
// An identifier to specify the deployment option for the aggregation service.
enum AggregationCoordinator {
kAwsCloud,
kDefault = kAwsCloud,
};