Do daily activity in AdAttributionDaemon based off of when the xpc activity happens
Created attachment 440267 [details] Patch
Comment on attachment 440267 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=440267&action=review > Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementDaemonClient.h:41 > + bool runningInDaemon() const final { return false; } Shouldn't this be true?
Comment on attachment 440267 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=440267&action=review >> Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementDaemonClient.h:41 >> + bool runningInDaemon() const final { return false; } > > Shouldn't this be true? yes
Created attachment 440302 [details] Patch
Comment on attachment 440302 [details] Patch r=me
Committed r283595 (242550@main): <https://commits.webkit.org/242550@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 440302 [details].
<rdar://problem/83914029>