Use single shared memory segment for sharing field trials
Reported by
lawrencewu@chromium.org,
Oct 7 2016
|
||||||||
Issue descriptionCurrently, we create a new shared memory segment per process host (it gets stored in RenderProcessHostImpl or GpuProcessHost). Let's hoist that variable up into a static base::FieldTrialList member, and also start using the PersistentMemoryAllocator to store all the field trials instead of using a string.
,
Oct 25 2016
,
Jan 21 2017
,
Mar 4 2017
,
Apr 17 2017
,
May 30 2017
,
Aug 1 2017
,
Oct 14 2017
|
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by bugdroid1@chromium.org
, Oct 25 2016