| Index: net/http/http_cache_transaction.cc
|
| diff --git a/net/http/http_cache_transaction.cc b/net/http/http_cache_transaction.cc
|
| index 6be3d8711dc70b41ae8a3c269ff74d60e7cd61d5..00328c9d86926037047fefdb867f8b0dc0d0264b 100644
|
| --- a/net/http/http_cache_transaction.cc
|
| +++ b/net/http/http_cache_transaction.cc
|
| @@ -579,6 +579,11 @@ size_t HttpCache::Transaction::EstimateMemoryUsage() const {
|
| return 0;
|
| }
|
|
|
| +void HttpCache::Transaction::SetSharedWritingFailState(int result) {
|
| + // TODO(shivanisha): Implement when integrating with HttpCache::Writers.
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| //-----------------------------------------------------------------------------
|
|
|
| // A few common patterns: (Foo* means Foo -> FooComplete)
|
|
|