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

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

Issue 2228663003: arc: Add package app list updated event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 8b5dcc1ffe89cf77a5576dc85fd82488f569c579..1039788080dcb16cb6e2ff70ebf436a354b5a950 100644
--- a/components/arc/test/fake_app_instance.h
+++ b/components/arc/test/fake_app_instance.h
@@ -117,6 +117,8 @@ class FakeAppInstance : public mojom::AppInstance {
// Methods to reply messages.
void SendRefreshAppList(const std::vector<mojom::AppInfo>& apps);
+ void SendPackageAppListRefreshed(const mojo::String& package_name,
+ const std::vector<mojom::AppInfo>& apps);
void SendTaskCreated(int32_t taskId, const mojom::AppInfo& app);
void SendTaskDestroyed(int32_t taskId);
bool GenerateAndSendIcon(const mojom::AppInfo& app,

Powered by Google App Engine
This is Rietveld 408576698