| Index: chrome/utility/local_discovery/service_discovery_client_unittest.cc
|
| diff --git a/chrome/utility/local_discovery/service_discovery_client_unittest.cc b/chrome/utility/local_discovery/service_discovery_client_unittest.cc
|
| index 9dcbcc348acd49f7455327ffb5be4ff1f174f8c5..82586e43d598662e5c487710875bab376cc625ac 100644
|
| --- a/chrome/utility/local_discovery/service_discovery_client_unittest.cc
|
| +++ b/chrome/utility/local_discovery/service_discovery_client_unittest.cc
|
| @@ -245,6 +245,10 @@ TEST_F(ServiceDiscoveryTest, DiscoverNewServices) {
|
| EXPECT_CALL(socket_factory_, OnSendTo(_)).Times(2);
|
|
|
| watcher->DiscoverNewServices(false);
|
| +
|
| + EXPECT_CALL(socket_factory_, OnSendTo(_)).Times(2);
|
| +
|
| + RunFor(base::TimeDelta::FromSeconds(2));
|
| };
|
|
|
| TEST_F(ServiceDiscoveryTest, ReadCachedServices) {
|
|
|