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

Unified Diff: chromeos/ime/ibus_daemon_controller.cc

Issue 67313006: Delete IBusClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete test. Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/ibus/mock_ibus_client.cc ('k') | ui/base/ime/input_method_ibus_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/ibus_daemon_controller.cc
diff --git a/chromeos/ime/ibus_daemon_controller.cc b/chromeos/ime/ibus_daemon_controller.cc
index 7febb2baf99746461e3790388fd144c468edf671..0ff2eb15ae519d5c6f1f85276a54f39ad7239390 100644
--- a/chromeos/ime/ibus_daemon_controller.cc
+++ b/chromeos/ime/ibus_daemon_controller.cc
@@ -39,14 +39,6 @@ class IBusDaemonControllerDaemonlessImpl : public IBusDaemonController {
virtual bool Start() OVERRIDE {
if (is_started_)
return false;
- // IBusBus should be initialized but it is okay to pass "dummy address" as
- // the bus address because the actual dbus implementation is stub if the
- // Chrome OS is working on Linux desktop. This path is not used in
- // production at this moment, only for Chrome OS on Linux Desktop.
- // TODO(nona): Remove InitIBusBus oncer all legacy ime is migrated to IME
- // extension API.
- DBusThreadManager::Get()->InitIBusBus("dummy address",
- base::Bind(&base::DoNothing));
is_started_ = true;
FOR_EACH_OBSERVER(Observer, observers_, OnConnected());
return true;
« no previous file with comments | « chromeos/dbus/ibus/mock_ibus_client.cc ('k') | ui/base/ime/input_method_ibus_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698