| 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..e3b220cd34ea1fc2b8b2f5a0a1e74e2a6e707da3 100644
|
| --- a/components/arc/test/fake_app_instance.h
|
| +++ b/components/arc/test/fake_app_instance.h
|
| @@ -119,7 +119,6 @@
|
|
|
| // Methods to reply messages.
|
| void SendRefreshAppList(const std::vector<mojom::AppInfo>& apps);
|
| - void SendAppAdded(const mojom::AppInfo& app);
|
| void SendTaskCreated(int32_t taskId, const mojom::AppInfo& app);
|
| void SendTaskDestroyed(int32_t taskId);
|
| bool GenerateAndSendIcon(const mojom::AppInfo& app,
|
|
|