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

Side by Side Diff: chrome/browser/chromeos/input_method/ibus_ui_controller.h

Issue 7108038: Rename ibus_ui_connection.* to ibus_ui_controller.*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months 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
OLDNEW
1 // Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium OS 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 // The header files provides APIs for monitoring and controlling input 5 // The header files provides APIs for monitoring and controlling input
6 // method UI status. The APIs encapsulate the APIs of IBus, the underlying 6 // method UI status. The APIs encapsulate the APIs of IBus, the underlying
7 // input method framework. 7 // input method framework.
8 8
9 #ifndef CHROMEOS_INPUT_METHOD_UI_H_ 9 #ifndef CHROMEOS_INPUT_METHOD_UI_H_
10 #define CHROMEOS_INPUT_METHOD_UI_H_ 10 #define CHROMEOS_INPUT_METHOD_UI_H_
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 InputMethodUiStatusConnection* connection); 186 InputMethodUiStatusConnection* connection);
187 187
188 // Set a notification function for changes to an ibus connection. 188 // Set a notification function for changes to an ibus connection.
189 extern void (*MonitorInputMethodConnection)( 189 extern void (*MonitorInputMethodConnection)(
190 InputMethodUiStatusConnection* connection, 190 InputMethodUiStatusConnection* connection,
191 InputMethodConnectionChangeMonitorFunction connection_change_handler); 191 InputMethodConnectionChangeMonitorFunction connection_change_handler);
192 192
193 } // namespace chromeos 193 } // namespace chromeos
194 194
195 #endif // CHROMEOS_INPUT_METHOD_UI_H_ 195 #endif // CHROMEOS_INPUT_METHOD_UI_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/ibus_ui_connection.cc ('k') | chrome/browser/chromeos/input_method/ibus_ui_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698