| Index: net/http/mock_http_cache.h
|
| diff --git a/net/http/mock_http_cache.h b/net/http/mock_http_cache.h
|
| index e0b8e71732dab83243d5fa9ba003687a51fee249..696b8f2ee1f87db44fc83e40359a01e497a4cd42 100644
|
| --- a/net/http/mock_http_cache.h
|
| +++ b/net/http/mock_http_cache.h
|
| @@ -191,9 +191,6 @@ class MockHttpCache {
|
| // Wrapper around http_cache()->CreateTransaction(DEFAULT_PRIORITY...)
|
| int CreateTransaction(scoped_ptr<HttpTransaction>* trans);
|
|
|
| - // Wrapper to bypass the cache lock for new transactions.
|
| - void BypassCacheLock();
|
| -
|
| // Wrapper to fail request conditionalization for new transactions.
|
| void FailConditionalizations();
|
|
|
|
|