diff options
author | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-12 20:42:12 +0000 |
---|---|---|
committer | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-12 20:42:12 +0000 |
commit | fc94847be590360ed3efe58d36a857f4ff36c317 (patch) | |
tree | 8bf7dddd420877bdba5f1028c5d5a94388e86f4f /mojo/common/message_pump_mojo.h | |
parent | 434e4798b563e21a9bde7a263054c6b3c0817fe2 (diff) | |
download | chromium_src-fc94847be590360ed3efe58d36a857f4ff36c317.zip chromium_src-fc94847be590360ed3efe58d36a857f4ff36c317.tar.gz chromium_src-fc94847be590360ed3efe58d36a857f4ff36c317.tar.bz2 |
Revert of Adds some CHECKs to MessagePumpMojo (https://codereview.chromium.org/454433003/)
Reason for revert:
Speculative revert, attempting to diagnose timing out Blink layout tests on Windows.
Original issue's description:
> Adds some CHECKs to MessagePumpMojo
>
> The thread watcher appears to be kicking on when we're trying to
> remove a handle. Not sure why. This converts some DCHECKs to CHECKs
> and fixes handling of the deadline. I suspect none of this will help,
> but it's worth a shot.
>
> BUG=399769
> TEST=none
> R=darin@chromium.org
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288949
TBR=darin@chromium.org,sky@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=399769
Review URL: https://codereview.chromium.org/461133002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/common/message_pump_mojo.h')
-rw-r--r-- | mojo/common/message_pump_mojo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mojo/common/message_pump_mojo.h b/mojo/common/message_pump_mojo.h index 7b2c170..7513118 100644 --- a/mojo/common/message_pump_mojo.h +++ b/mojo/common/message_pump_mojo.h @@ -31,7 +31,6 @@ class MOJO_COMMON_EXPORT MessagePumpMojo : public base::MessagePump { // Registers a MessagePumpMojoHandler for the specified handle. Only one // handler can be registered for a specified handle. - // NOTE: a value of 0 for |deadline| indicates an indefinite timeout. void AddHandler(MessagePumpMojoHandler* handler, const Handle& handle, MojoHandleSignals wait_signals, |