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

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

Issue 2263013002: [Merge-M53] arc: Add package app list updated event. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2785
Patch Set: resolve browser_tests 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
« no previous file with comments | « components/arc/common/app.mojom ('k') | components/arc/test/fake_app_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 aca603fb925bbd5d5be60ab63f08a82224f96261..7b409ed3bc7a97b2f00f1c153bd901add1d50ac0 100644
--- a/components/arc/test/fake_app_instance.h
+++ b/components/arc/test/fake_app_instance.h
@@ -120,6 +120,8 @@ class FakeAppInstance : public mojom::AppInstance {
// Methods to reply messages.
void SendRefreshAppList(const std::vector<mojom::AppInfo>& apps);
void SendAppAdded(const mojom::AppInfo& app);
+ 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,
« no previous file with comments | « components/arc/common/app.mojom ('k') | components/arc/test/fake_app_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698