| Index: trunk/src/net/http/http_response_headers.cc
|
| ===================================================================
|
| --- trunk/src/net/http/http_response_headers.cc (revision 253642)
|
| +++ trunk/src/net/http/http_response_headers.cc (working copy)
|
| @@ -1009,7 +1009,7 @@
|
|
|
| // These responses are implicitly fresh (unless otherwise overruled):
|
| if (response_code_ == 300 || response_code_ == 301 || response_code_ == 410)
|
| - return TimeDelta::Max();
|
| + return TimeDelta::FromMicroseconds(kint64max);
|
|
|
| return TimeDelta(); // not fresh
|
| }
|
|
|