| Index: public/platform/WebURLRequest.h
|
| diff --git a/public/platform/WebURLRequest.h b/public/platform/WebURLRequest.h
|
| index 35b21a14c1db400ab6cc34bb4242d14ea3dfc7d1..2384a11687657723a5135a1d959d9afc4cc882aa 100644
|
| --- a/public/platform/WebURLRequest.h
|
| +++ b/public/platform/WebURLRequest.h
|
| @@ -55,6 +55,7 @@ public:
|
| ReloadIgnoringCacheData, // reload
|
| ReturnCacheDataElseLoad, // back/forward or encoding change - allow stale data
|
| ReturnCacheDataDontLoad, // results of a post - allow stale data and only use cache
|
| + ReloadBypassingCache, // end-to-end reload
|
| };
|
|
|
| enum Priority {
|
|
|