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

Unified Diff: chrome/browser/chromeos/dbus/dbus_thread_manager.h

Issue 9875013: Add FlimflamIPConfigClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and fix to append a variant in SetProperty Created 8 years, 9 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 | chrome/browser/chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/dbus/dbus_thread_manager.h
diff --git a/chrome/browser/chromeos/dbus/dbus_thread_manager.h b/chrome/browser/chromeos/dbus/dbus_thread_manager.h
index 5a391e8e427e29054b37c532c74d1cd0a8934585..37a9a523f1d9e1f427fddbb92017273fca51f96c 100644
--- a/chrome/browser/chromeos/dbus/dbus_thread_manager.h
+++ b/chrome/browser/chromeos/dbus/dbus_thread_manager.h
@@ -28,6 +28,7 @@ class BluetoothNodeClient;
class CashewClient;
class CrosDisksClient;
class CryptohomeClient;
+class FlimflamIPConfigClient;
class FlimflamNetworkClient;
class ImageBurnerClient;
class IntrospectableClient;
@@ -116,6 +117,11 @@ class DBusThreadManager {
// down.
virtual CryptohomeClient* GetCryptohomeClient() = 0;
+ // Returns the Flimflam IPConfig client, owned by DBusThreadManager.
+ // Do not cache this pointer and use it after DBusThreadManager is shut
+ // down.
+ virtual FlimflamIPConfigClient* GetFlimflamIPConfigClient() = 0;
+
// Returns the Flimflam Network client, owned by DBusThreadManager.
// Do not cache this pointer and use it after DBusThreadManager is shut
// down.
« no previous file with comments | « no previous file | chrome/browser/chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698