| 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 dc8011a81f160294027a9144765ed4b1fd3f3083..553767ddff0580eb48cc44c0ca667ef5be77a629 100644
|
| --- a/third_party/WebKit/public/platform/WebCachePolicy.h
|
| +++ b/third_party/WebKit/public/platform/WebCachePolicy.h
|
| @@ -11,8 +11,10 @@ enum class WebCachePolicy {
|
| UseProtocolCachePolicy, // normal load
|
| ValidatingCacheData, // reload
|
| BypassingCache, // end-to-end reload
|
| - ReturnCacheDataElseLoad, // back/forward or encoding change - allow stale data
|
| - ReturnCacheDataDontLoad, // results of a post - allow stale data and only use cache
|
| + ReturnCacheDataElseLoad, // back/forward or encoding change - allow stale
|
| + // data
|
| + ReturnCacheDataDontLoad, // results of a post - allow stale data and only use
|
| + // cache
|
| };
|
|
|
| } // namespace blink
|
|
|