Chromium Code Reviews| Index: Source/platform/network/ResourceRequest.h |
| diff --git a/Source/platform/network/ResourceRequest.h b/Source/platform/network/ResourceRequest.h |
| index 0cb3a1d21363e5dc24598e7e0b464493dddd04e7..45faddfa383c0b2ba140e9b82ec46b7d7c510783 100644 |
| --- a/Source/platform/network/ResourceRequest.h |
| +++ b/Source/platform/network/ResourceRequest.h |
| @@ -42,7 +42,8 @@ enum ResourceRequestCachePolicy { |
| UseProtocolCachePolicy, // normal load |
| ReloadIgnoringCacheData, // reload |
| ReturnCacheDataElseLoad, // back/forward or encoding change - allow stale data |
| - ReturnCacheDataDontLoad // results of a post - allow stale data and only use cache |
| + ReturnCacheDataDontLoad, // results of a post - allow stale data and only use cache |
| + ReloadBypassingCache, // shift reload |
|
ppi
2014/06/01 23:57:04
nit: maybe go for "// shift reload / end-to-end re
clamy
2014/06/02 05:54:47
Done.
|
| }; |
| struct CrossThreadResourceRequestData; |