Index: chromeos/dbus/image_loader_client.h |
diff --git a/chromeos/dbus/image_loader_client.h b/chromeos/dbus/image_loader_client.h |
index d7d889a443e994bc4007008d0dce319d8d5242c2..4e585e198c6056522217c286f06a1f428ca79780 100644 |
--- a/chromeos/dbus/image_loader_client.h |
+++ b/chromeos/dbus/image_loader_client.h |
@@ -28,6 +28,12 @@ class CHROMEOS_EXPORT ImageLoaderClient : public DBusClient { |
const std::string& component_folder_abs_path, |
const BoolDBusMethodCallback& callback) = 0; |
+ // same as above except the |callback| needs one more parameter. |
+ virtual void RegisterComponent(const std::string& name, |
+ const std::string& version, |
+ const std::string& component_folder_abs_path, |
+ const BoolDBusMethodCallbackPm& callback) = 0; |
+ |
// Mount a component given the |name| and return the mount point (if call is |
// successful). |
virtual void LoadComponent(const std::string& name, |