| Index: net/http/http_cache_transaction.cc
|
| diff --git a/net/http/http_cache_transaction.cc b/net/http/http_cache_transaction.cc
|
| index d1c26285529da945e04becb683504cf587e7eacb..286a526a3edb2fa39e7101e10429cf3c15b7920a 100644
|
| --- a/net/http/http_cache_transaction.cc
|
| +++ b/net/http/http_cache_transaction.cc
|
| @@ -52,7 +52,7 @@ using base::TimeTicks;
|
| namespace {
|
|
|
| // TODO(ricea): Move this to HttpResponseHeaders once it is standardised.
|
| -static const char kFreshnessHeader[] = "Chromium-Resource-Freshness";
|
| +static const char kFreshnessHeader[] = "Resource-Freshness";
|
|
|
| // Stores data relevant to the statistics of writing and reading entire
|
| // certificate chains using DiskBasedCertCache. |num_pending_ops| is the number
|
|
|