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

Unified Diff: chromeos/dbus/image_loader_client.h

Issue 2744453003: Mount image upon component installed (Closed)
Patch Set: incremental change Created 3 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
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,

Powered by Google App Engine
This is Rietveld 408576698