| Index: components/arc/test/fake_app_instance.cc
|
| diff --git a/components/arc/test/fake_app_instance.cc b/components/arc/test/fake_app_instance.cc
|
| index ac1e9e0c60fca455f3ad9a96c320cb698abd5239..513f4c27ad05b4504e9a33eea375c10fbc6739b7 100644
|
| --- a/components/arc/test/fake_app_instance.cc
|
| +++ b/components/arc/test/fake_app_instance.cc
|
| @@ -102,4 +102,8 @@ bool FakeAppInstance::GenerateAndSendIcon(const AppInfo& app,
|
| return true;
|
| }
|
|
|
| +void FakeAppInstance::WaitForIncomingMethodCall() {
|
| + binding_.WaitForIncomingMethodCall();
|
| +}
|
| +
|
| } // namespace arc
|
|
|