chromium/ui/base/test/ui_controls.cc

// 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.

#include "ui/base/test/ui_controls.h"

namespace ui_controls {

int GenerateAcceleratorState(bool control, bool shift, bool alt, bool command) {}

}  // namespace ui_controls