ipc: Remove a CHECK to fix some memory tests.
commit1baeeb383cc45cb934487e4d0da7b8e413778f27
authorerikchen <erikchen@chromium.org>
Mon, 21 Sep 2015 22:21:05 +0000 (21 15:21 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 21 Sep 2015 22:21:48 +0000 (21 22:21 +0000)
tree019cb6e7996b42c413a74e176c31f8d08054aa56
parent9f9f5da774a8449eb00fe49e4b97916f3d3ed07d
ipc: Remove a CHECK to fix some memory tests.

The affected code isn't used in production yet, so this seems okay as a short
term solution to fix some tests. The problem is that --single_process and
similar flags are causing the supposedly process-wide singleton to be set from
different locations.

BUG=534539

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

Cr-Commit-Position: refs/heads/master@{#350045}
ipc/attachment_broker.cc