Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Issue 7584011: Fix DCHECK in P2PSocketClient. (Closed)

Created:
9 years, 4 months ago by Sergey Ulanov
Modified:
9 years, 4 months ago
Reviewers:
awong, garykac
CC:
chromium-reviews, joi+watch-content_chromium.org, jam
Visibility:
Public.

Description

Fix DCHECK in P2PSocketClient. P2PSocketClient may DCHECK in Close() if Close() is called immediately after Init() because delegate_message_loop_ is initialized on the IPC thread. Initialize it in the constructor instead. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95697

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -11 lines) Patch
M content/renderer/p2p/ipc_socket_factory.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/renderer/p2p/socket_client.h View 1 chunk +1 line, -2 lines 0 comments Download
M content/renderer/p2p/socket_client.cc View 2 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Sergey Ulanov
9 years, 4 months ago (2011-08-05 19:09:42 UTC) #1
Sergey Ulanov
+Albert
9 years, 4 months ago (2011-08-05 22:00:49 UTC) #2
awong
9 years, 4 months ago (2011-08-05 22:02:17 UTC) #3
LGTM

yay.

Powered by Google App Engine
This is Rietveld 408576698