| Index: third_party/WebKit/public/platform/WebCachePolicy.h
|
| diff --git a/third_party/WebKit/public/platform/WebCachePolicy.h b/third_party/WebKit/public/platform/WebCachePolicy.h
|
| index ec086b35a406137d9fb866ed9b19f47b19fb050e..28960b6df51bf92a4f01e2a879ed654a159c55c7 100644
|
| --- a/third_party/WebKit/public/platform/WebCachePolicy.h
|
| +++ b/third_party/WebKit/public/platform/WebCachePolicy.h
|
| @@ -16,6 +16,8 @@ enum class WebCachePolicy {
|
| ReturnCacheDataDontLoad, // results of a post - allow stale data and only use
|
| // cache
|
| ReturnCacheDataIfValid, // for cache-aware loading - disallow stale data
|
| + BypassCacheLoadOnlyFromCache, // for cache-only load when disable cache
|
| + // is enabled. Results in a network error.
|
| };
|
|
|
| } // namespace blink
|
|
|