| Index: net/http/http_cache.h
|
| diff --git a/net/http/http_cache.h b/net/http/http_cache.h
|
| index 33b89f382cd47114181f65d2b6d6b3821378939c..e459475afa6e92d9c801302bb51b109bf57cda8c 100644
|
| --- a/net/http/http_cache.h
|
| +++ b/net/http/http_cache.h
|
| @@ -72,11 +72,6 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory,
|
| enum Mode {
|
| // Normal mode just behaves like a standard web cache.
|
| NORMAL = 0,
|
| - // Record mode caches everything for purposes of offline playback.
|
| - RECORD,
|
| - // Playback mode replays from a cache without considering any
|
| - // standard invalidations.
|
| - PLAYBACK,
|
| // Disables reads and writes from the cache.
|
| // Equivalent to setting LOAD_DISABLE_CACHE on every request.
|
| DISABLE
|
|
|