// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_BASE_IME_TEXT_INPUT_FLAGS_H_ #define UI_BASE_IME_TEXT_INPUT_FLAGS_H_ namespace ui { // Intentionally keep in sync with blink::WebTextInputFlags defined in: // third_party/blink/public/platform/web_text_input_type.h enum TextInputFlags { … }; } // namespace ui #endif // UI_BASE_IME_TEXT_INPUT_FLAGS_H_