Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Side by Side Diff: ui/views/ime/input_method_ibus.h

Issue 8890004: Revert 113574 - Remove views::InputMethodIBus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/views/ime/input_method_ibus.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_VIEWS_IME_INPUT_METHOD_IBUS_H_ 5 #ifndef UI_VIEWS_IME_INPUT_METHOD_IBUS_H_
6 #define UI_VIEWS_IME_INPUT_METHOD_IBUS_H_ 6 #define UI_VIEWS_IME_INPUT_METHOD_IBUS_H_
7 #pragma once 7 #pragma once
8 8
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 // An object to compose a character from a sequence of key presses 192 // An object to compose a character from a sequence of key presses
193 // including dead key etc. 193 // including dead key etc.
194 ui::CharacterComposer character_composer_; 194 ui::CharacterComposer character_composer_;
195 195
196 DISALLOW_COPY_AND_ASSIGN(InputMethodIBus); 196 DISALLOW_COPY_AND_ASSIGN(InputMethodIBus);
197 }; 197 };
198 198
199 } // namespace views 199 } // namespace views
200 200
201 #endif // UI_VIEWS_IME_INPUT_METHOD_IBUS_H_ 201 #endif // UI_VIEWS_IME_INPUT_METHOD_IBUS_H_
OLDNEW
« no previous file with comments | « no previous file | ui/views/ime/input_method_ibus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698