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

Unified Diff: chromeos/dbus/dbus_thread_manager.h

Issue 10825170: chromeos: Add dbus MTPDClient. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: with mock Created 8 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
Index: chromeos/dbus/dbus_thread_manager.h
===================================================================
--- chromeos/dbus/dbus_thread_manager.h (revision 149696)
+++ chromeos/dbus/dbus_thread_manager.h (working copy)
@@ -46,6 +46,7 @@
class IBusInputContextClient;
class ImageBurnerClient;
class IntrospectableClient;
+class MTPDClient;
class ModemMessagingClient;
class PowerManagerClient;
class SessionManagerClient;
@@ -199,6 +200,11 @@
// down.
virtual IntrospectableClient* GetIntrospectableClient() = 0;
+ // Returns the MTPD client, owned by DBusThreadManager.
+ // Do not cache this pointer and use it after DBusThreadManager is shut
+ // down.
+ virtual MTPDClient* GetMTPDClient() = 0;
+
// Returns the Modem Messaging client, owned by DBusThreadManager.
// Do not cache this pointer and use it after DBusThreadManager is shut
// down.

Powered by Google App Engine
This is Rietveld 408576698