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

Unified Diff: chromeos/dbus/fake_image_loader_client.h

Issue 2731253003: Add LoadComponent API in ImageLoader dbus adapter. (Closed)
Patch Set: Add LoadComponent API in ImageLoader dbus adapter. 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
« no previous file with comments | « no previous file | chromeos/dbus/fake_image_loader_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_image_loader_client.h
diff --git a/chromeos/dbus/fake_image_loader_client.h b/chromeos/dbus/fake_image_loader_client.h
index 5d98797e9d6720c9fb34d7b81665ed085aa7adf4..ee0c2d66422f9ace2f31c3e77ef475a7f2b99906 100644
--- a/chromeos/dbus/fake_image_loader_client.h
+++ b/chromeos/dbus/fake_image_loader_client.h
@@ -26,6 +26,8 @@ class CHROMEOS_EXPORT FakeImageLoaderClient : public ImageLoaderClient {
const std::string& version,
const std::string& component_folder_abs_path,
const BoolDBusMethodCallback& callback) override;
+ void LoadComponent(const std::string& name,
+ const StringDBusMethodCallback& callback) override;
private:
DISALLOW_COPY_AND_ASSIGN(FakeImageLoaderClient);
« no previous file with comments | « no previous file | chromeos/dbus/fake_image_loader_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698