| Index: remoting/host/host_stub_fake.cc
|
| diff --git a/remoting/host/host_stub_fake.cc b/remoting/host/host_stub_fake.cc
|
| index 179dd34f2b7c42b7f2618c229a7f86a254f2fdb2..2e3fc76815040d0cf1c91a218504ef5708ad76a4 100644
|
| --- a/remoting/host/host_stub_fake.cc
|
| +++ b/remoting/host/host_stub_fake.cc
|
| @@ -13,4 +13,10 @@ void HostStubFake::SuggestResolution(
|
| delete done;
|
| }
|
|
|
| +void HostStubFake::BeginSessionRequest(
|
| + const protocol::LocalLoginCredentials* credentials, Task* done) {
|
| + done->Run();
|
| + delete done;
|
| +}
|
| +
|
| } // namespace remoting
|
|
|