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

Unified Diff: components/arc/test/fake_app_instance.h

Issue 2894443002: arc: Set custom icon in shelf for ARC apps. (Closed)
Patch Set: nits + TODO Created 3 years, 7 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: components/arc/test/fake_app_instance.h
diff --git a/components/arc/test/fake_app_instance.h b/components/arc/test/fake_app_instance.h
index 7eab7891450820d40d01e589d1908913e20428ac..52e287ab11708aa6d03b9e414b073002855a5b51 100644
--- a/components/arc/test/fake_app_instance.h
+++ b/components/arc/test/fake_app_instance.h
@@ -121,6 +121,9 @@ class FakeAppInstance : public mojom::AppInstance {
void SendTaskCreated(int32_t taskId,
const mojom::AppInfo& app,
const std::string& intent);
+ void SendTaskDescription(int32_t taskId,
+ const std::string& label,
+ const std::string& icon_png_data_as_string);
void SendTaskDestroyed(int32_t taskId);
bool GenerateAndSendIcon(const mojom::AppInfo& app,
mojom::ScaleFactor scale_factor,

Powered by Google App Engine
This is Rietveld 408576698