Sort ServiceWorkerCacheStorage::Keys() in creation order.
Keeps a vector of cache names in creation order. They're written to and read from the the index file in the same order. This simplifies the keys unit tests as the order of the vectors is always the same and they can now be compared directly. BUG=408787 Review URL: https://codereview.chromium.org/565913002 Cr-Commit-Position: refs/heads/master@{#294838}
Showing
Please register or sign in to comment