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

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

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
« no previous file with comments | « chrome/browser/chromeos/input_method/ibus_ui_controller.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #include "chromeos_input_method_ui.h" 5 #include "chromeos_input_method_ui.h"
6 6
7 #include <base/logging.h> 7 #include <base/logging.h>
8 #include <base/string_util.h> 8 #include <base/string_util.h>
9 #include <base/utf_string_conversions.h> 9 #include <base/utf_string_conversions.h>
10 #include <ibus.h> 10 #include <ibus.h>
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 InputMethodUiStatusConnection* connection, 625 InputMethodUiStatusConnection* connection,
626 InputMethodConnectionChangeMonitorFunction connection_change_handler) { 626 InputMethodConnectionChangeMonitorFunction connection_change_handler) {
627 DLOG(INFO) << "MonitorInputMethodConnection"; 627 DLOG(INFO) << "MonitorInputMethodConnection";
628 DCHECK(connection); 628 DCHECK(connection);
629 if (connection) { 629 if (connection) {
630 connection->MonitorInputMethodConnection(connection_change_handler); 630 connection->MonitorInputMethodConnection(connection_change_handler);
631 } 631 }
632 } 632 }
633 633
634 } // namespace chromeos 634 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/ibus_ui_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698