Use base::PersistentHash() in //chrome/browser/pdf
pdf_extension_test.cc is using the hash to help shard tests, so use base::PersistentHash() for stability of results across different shards. Note: it's unclear why it's doing this instead of depending on the normal test sharding logic... Bug: 1025358 Change-Id: Ie03c8d8e73ac5923208de869d06782694e428a5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924794 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:Lei Zhang <thestig@chromium.org> Auto-Submit: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#716867}
Showing
Please register or sign in to comment