diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 05:22:15 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 05:22:15 +0000 |
commit | e94dfc34ee5fc1d1a50d6a4cfba67ba1ba242aad (patch) | |
tree | b6c9ffdf06e70db73b4dc841fa777bbaf8bf1427 /remoting | |
parent | 644fc45545e5e991c8d1224454e1d287aef4b800 (diff) | |
download | chromium_src-e94dfc34ee5fc1d1a50d6a4cfba67ba1ba242aad.zip chromium_src-e94dfc34ee5fc1d1a50d6a4cfba67ba1ba242aad.tar.gz chromium_src-e94dfc34ee5fc1d1a50d6a4cfba67ba1ba242aad.tar.bz2 |
Remove DCHECK from SessionEventExecutorWin destructor.
Event executors currently are always destroyed on the main thread.
BUG=141512
Review URL: https://chromiumcodereview.appspot.com/10836166
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/session_event_executor_win.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/host/session_event_executor_win.cc b/remoting/host/session_event_executor_win.cc index 3d0dceb..aff6a7d 100644 --- a/remoting/host/session_event_executor_win.cc +++ b/remoting/host/session_event_executor_win.cc @@ -98,7 +98,6 @@ SessionEventExecutorWin::SessionEventExecutorWin( } SessionEventExecutorWin::~SessionEventExecutorWin() { - DCHECK(task_runner_->BelongsToCurrentThread()); } void SessionEventExecutorWin::OnSessionStarted( |