Cache control flags are inconsistent in Chrome/Blink.
net - load_flags
LOAD_BYPASS_CACHE
LOAD_VALIDATE_CACHE
LOAD_NORMAL
LOAD_PREFERRING_CACHE
LOAD_ONLY_FROM_CACHE
blink - WebURLRequest::CachePolicy
ReloadBypassingCache
ReloadIgnoringCacheData
UseProtocolCachePolicy
ReturnCacheDataElseLoad
ReturnCacheDataDontLoad
Difference between them are not critical, but 'ignoring' is used to specify both BYPASS and VALIDATE in Chrome/Blink. We should remove confusing 'ignoring' from flags, and method arguments.
This is clean up before submitting a CL to revamp pull-to-refresh reload.
Comment 1 by toyoshim@chromium.org
, Mar 31 2016