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

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

Issue 8386031: Move chromeos_mount.cc from libcros to Chrome tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for review comments Created 9 years, 1 month 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: 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 df9c35f0b6f7bd82e3bdb08aba33b50d7131901e..91d56c342ae8d5f876f5ead6179a4702731b715e 100644
--- a/chrome/browser/chromeos/dbus/dbus_thread_manager.h
+++ b/chrome/browser/chromeos/dbus/dbus_thread_manager.h
@@ -21,6 +21,7 @@ namespace chromeos {
class BluetoothAdapterClient;
class BluetoothManagerClient;
+class CrosDisksClient;
class CrosDBusService;
class PowerManagerClient;
class SessionManagerClient;
@@ -96,6 +97,11 @@ class DBusThreadManager {
// down.
virtual SpeechSynthesizerClient* GetSpeechSynthesizerClient() = 0;
+ // Returns the cros-disks client, owned by DBusThreadManager.
+ // Do not cache this pointer and use it after DBusThreadManager is shut
+ // down.
+ virtual CrosDisksClient* GetCrosDisksClient() = 0;
+
virtual ~DBusThreadManager();
protected:
« no previous file with comments | « chrome/browser/chromeos/dbus/cros_disks_client.cc ('k') | chrome/browser/chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698