Chromium Code Reviews
DescriptionRename WebFrameLoadType::ReloadFromOrigin to ReloadBypassingCache
Other types, e.g. CachePolicy, uses 'BypassingCache', and
WebFrameLoadType and FrameLoadType is only places to use 'FromOrigin'.
To use consistent term in chrome/blink, rename it to
ReloadBypassingCache.
There are several type conversion code between WebFrameLoadType,
FrameLoadType, CachePolicy, and boolean to specify the reload type.
This cleanup is important to avoid unnecessary confusion, and eventually
remove reload() API to migrate it to load().
Also we use a word 'ReloadOriginalRequest' in content to
express a different thing. So, 'Origin' is a bit confusing.
BUG=599364
Committed: https://crrev.com/4988d88eb8c53b454d454cc9bceb8128cacc1fab
Cr-Commit-Position: refs/heads/master@{#384526}
Patch Set 1 #
Total comments: 3
Dependent Patchsets: Messages
Total messages: 15 (8 generated)
|