| Index: net/http/mock_http_cache.cc
|
| diff --git a/net/http/mock_http_cache.cc b/net/http/mock_http_cache.cc
|
| index dc06aaa926d149b8ffffa4a4f79f83f28bbf9c11..19c615492676881903b4799712fd0ede277c0493 100644
|
| --- a/net/http/mock_http_cache.cc
|
| +++ b/net/http/mock_http_cache.cc
|
| @@ -468,6 +468,11 @@ int MockDiskCache::OpenNextEntry(void** iter, disk_cache::Entry** next_entry,
|
| return net::ERR_NOT_IMPLEMENTED;
|
| }
|
|
|
| +int MockDiskCache::OpenNextEntry(void** iter, disk_cache::Entry** next_entry,
|
| + const net::CompletionCallback& callback) {
|
| + return net::ERR_NOT_IMPLEMENTED;
|
| +}
|
| +
|
| void MockDiskCache::EndEnumeration(void** iter) {
|
| }
|
|
|
|
|