DescriptionFix StatsCounters on mac.
In order for the shared memory to work, they must all use the same file name
which is keyed by the pid of the browser process. Previously the mac code path
was using the pid for each process so there was no sharing happening. Now mac
uses the same code path as win which properly uses the parent pid for all procs.
BUG=None
TEST=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72538
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fix signed/unsigned compare #Messages
Total messages: 2 (0 generated)
|