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

Unified Diff: chromeos/dbus/dbus_thread_manager.cc

Issue 23766008: Delete IBusEngineServiceImpl which is no longer used for production. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/ibus/ibus_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/dbus_thread_manager.cc
diff --git a/chromeos/dbus/dbus_thread_manager.cc b/chromeos/dbus/dbus_thread_manager.cc
index b3159bc51ad003e1be08bf3e3ad4b56ea5967b8e..09313efa3030b8922c712cf294e34f60c28846ab 100644
--- a/chromeos/dbus/dbus_thread_manager.cc
+++ b/chromeos/dbus/dbus_thread_manager.cc
@@ -316,9 +316,7 @@ class DBusThreadManagerImpl : public DBusThreadManager {
const dbus::ObjectPath& object_path) OVERRIDE {
if (ibus_engine_services_.find(object_path)
== ibus_engine_services_.end()) {
- ibus_engine_services_[object_path] =
- IBusEngineService::Create(STUB_DBUS_CLIENT_IMPLEMENTATION,
- ibus_bus_.get(), object_path);
+ ibus_engine_services_[object_path] = IBusEngineService::Create();
}
return ibus_engine_services_[object_path];
}
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/ibus/ibus_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698