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

Unified Diff: chromeos/dbus/dbus_thread_manager.h

Issue 10836051: Introduce RemoveIBusEngineService. (Closed) Base URL: http://git.chromium.org/chromium/src.git@ibus_module_revise
Patch Set: Created 8 years, 5 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 | « no previous file | chromeos/dbus/dbus_thread_manager.cc » ('j') | chromeos/dbus/dbus_thread_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/dbus_thread_manager.h
diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
index 733d5611d7c67d014f7aca8cc3390923856c3eff..6a325e2162342767ad0a7383fc21b4117d6ade71 100644
--- a/chromeos/dbus/dbus_thread_manager.h
+++ b/chromeos/dbus/dbus_thread_manager.h
@@ -244,6 +244,9 @@ class CHROMEOS_EXPORT DBusThreadManager {
virtual IBusEngineService* GetIBusEngineService(
const dbus::ObjectPath& object_path) = 0;
+ // Removes the ibus engine services for |object_path|.
+ virtual void RemoveIBusEngineService(const dbus::ObjectPath& object_path) = 0;
+
virtual ~DBusThreadManager();
protected:
« no previous file with comments | « no previous file | chromeos/dbus/dbus_thread_manager.cc » ('j') | chromeos/dbus/dbus_thread_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698