Update ChromiumPacketSocket factory to apply PacketOptions it receives.

In Chromium libjingle is compiled with ENABLED_EXTERNAL_AUTH. This means
that the sending PacketSocketFactory is responsible for updating send
time in the outgoing RTP packets and calculating HMAC.
ChromiumPacketSocket previously wasn't doing that, so the receiver could
not validate the RTP packets.

BUG=547158

Review URL: https://codereview.chromium.org/1574353003

Cr-Commit-Position: refs/heads/master@{#369885}
1 file changed