blob: d416f557b614146141a5d5f030d64f479a24c432 [file]
// 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.
#ifndef CHROMEOS_CROSAPI_CPP_INPUT_METHOD_TEST_INTERFACE_CONSTANTS_H_
#define CHROMEOS_CROSAPI_CPP_INPUT_METHOD_TEST_INTERFACE_CONSTANTS_H_
#include "base/component_export.h"
#include "base/strings/string_piece.h"
namespace crosapi {
COMPONENT_EXPORT(CROSAPI)
inline constexpr base::StringPiece kInputMethodTestCapabilitySendKeyModifiers =
"SendKeyEventModifiers";
COMPONENT_EXPORT(CROSAPI)
inline constexpr base::StringPiece
kInputMethodTestCapabilityConfirmComposition = "ConfirmComposition";
} // namespace crosapi
#endif // CHROMEOS_CROSAPI_CPP_INPUT_METHOD_TEST_INTERFACE_CONSTANTS_H_