commit | d0cd0b90927ac601f324991e30b8752116760f41 | [log] [tgz] |
---|---|---|
author | Caitlin Fischer <caitlinfischer@google.com> | Wed Jun 03 12:10:48 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jun 03 12:10:48 2020 |
tree | 7292ebcd75e0e8499c4f9201834b339de0b0c73f | |
parent | c810a8c2147dcd1c4471a0a5f4f239e205811c35 [diff] |
Provide up-to-date active FieldTrials to the UMA log. This is accomplished by registering the FieldTrialsProvider last and by implementing FieldTrialsProvider::ProvideCurrentSessionData. This CL also adds a utility function to LogDecoder for decompressing data and parsing it to a proto. Bug: 1078795 Change-Id: Ic63afbc8fb3e92d6e98f80a3817bcfc3be1f2e83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208293 Auto-Submit: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by: Olivier Robin <olivierrobin@chromium.org> Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#774578}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.