| 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 09700b1f38803930f8bdc78b7548142cc5d8da82..5100aacd7367e6b9ef1073c776869046e23045d3 100644
|
| --- a/third_party/WebKit/public/platform/WebCachePolicy.h
|
| +++ b/third_party/WebKit/public/platform/WebCachePolicy.h
|
| @@ -15,7 +15,7 @@ enum class WebCachePolicy {
|
| // data
|
| kReturnCacheDataDontLoad, // results of a post - allow stale data and only
|
| // use cache
|
| - kReturnCacheDataIfValid, // for cache-aware loading - disallow stale data
|
| + kReturnCacheDataIfValid, // for cache-aware loading - disallow stale data
|
| kBypassCacheLoadOnlyFromCache, // for cache-only load when disable cache
|
| // is enabled. Results in a network error.
|
| };
|
|
|