blob: 0260cd00b3af8bf4f38c49236bc4b2bf7976835a [file] [edit]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module ui.mojom;
// TODO(crbug.com/359910414): Move back to ui_base_types.mojom and delete
// this file.
// Dialog button identifiers used to specify which buttons to show the user.
enum DialogButton {
kNone,
kOk,
kCancel
};