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

Unified Diff: chromeos/dbus/dbus_thread_manager.h

Issue 23680003: Delete IBusPanelService from DBusThreadManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed the codebase. 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 | « no previous file | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »
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 6d918af782bf423513683f1a20417741b03470c7..2fe94a226dd30704787cf47a7b290ef6092ae706 100644
--- a/chromeos/dbus/dbus_thread_manager.h
+++ b/chromeos/dbus/dbus_thread_manager.h
@@ -40,7 +40,6 @@ class IBusClient;
class IBusEngineFactoryService;
class IBusEngineService;
class IBusInputContextClient;
-class IBusPanelService;
class ImageBurnerClient;
class IntrospectableClient;
class ModemMessagingClient;
@@ -134,7 +133,6 @@ class CHROMEOS_EXPORT DBusThreadManager {
virtual IBusEngineService* GetIBusEngineService(
const dbus::ObjectPath& object_path) = 0;
virtual IBusInputContextClient* GetIBusInputContextClient() = 0;
- virtual IBusPanelService* GetIBusPanelService() = 0;
virtual ImageBurnerClient* GetImageBurnerClient() = 0;
virtual IntrospectableClient* GetIntrospectableClient() = 0;
virtual ModemMessagingClient* GetModemMessagingClient() = 0;
« no previous file with comments | « no previous file | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698