// Copyright 2013 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_MODE_H_ #define UI_BASE_IME_TEXT_INPUT_MODE_H_ namespace ui { // This mode corrensponds to inputmode // http://www.whatwg.org/specs/web-apps/current-work/#attr-fe-inputmode enum TextInputMode { … }; } // namespace ui #endif // UI_BASE_IME_TEXT_INPUT_MODE_H_