AppCache: Switch AppCacheJob::DeliveryType to class enum.
Switching from enum to class enum removes the implicit conversions to int. This CL also switches DeliveryType members from SHOUTY_CASE to kModernConstCase and de-virtualizes a few AppCacheJob methods with a simple implementation. These changes are intended to improve the code's readability. Change-Id: I35f8e8007f7abce2371c3cc8200c9e756529ba1f Reviewed-on: https://chromium-review.googlesource.com/c/1263890Reviewed-by:Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#597170}
Showing
Please register or sign in to comment