DescriptionMake field trials activated in the GPU process be reflected in browser.
This allows field trials that are queried in the GPU process be
reflected in UMA and crash reports. Currently, they are being
omitted.
This follows https://codereview.chromium.org/2020413002 - which
refactored this functionality out of the renderer process code, so that
it could be re-used (i.e. in this CL). One modification is made to that
refactoring, which is removing the sending of the IPC message from
the syncer class, since GPU and renderer processes require different
IPC messages.
BUG=616171
Committed: https://crrev.com/5dc812a7851fa06da2ffd20f06c00aa553e1e19e
Cr-Commit-Position: refs/heads/master@{#398345}
Patch Set 1 : #
Total comments: 2
Patch Set 2 : Comment tweak #Patch Set 3 : Add a unit test for child_process_field_trial_syncer.cc #
Total comments: 2
Patch Set 4 : IWYU #Messages
Total messages: 31 (13 generated)
|