| 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 601e6ecda6560ee675b07198492877d6a39375bf..8e05bfa464efb55a4f8a41c5951707267933c26a 100644
|
| --- a/components/arc/test/fake_app_instance.h
|
| +++ b/components/arc/test/fake_app_instance.h
|
| @@ -118,6 +118,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,
|
|
|