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

Issue 346010: Refactor SocketStream to report error to the delegate. (Closed)

Created:
11 years, 1 month ago by ukai
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Refactor SocketStream to report error to the delegate. error status will be reported to the delegate (e.g. websocket experiment task) BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30551

Patch Set 1 #

Total comments: 16

Patch Set 2 : update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -35 lines) Patch
M net/socket_stream/socket_stream.h View 1 4 chunks +12 lines, -5 lines 0 comments Download
M net/socket_stream/socket_stream.cc View 1 16 chunks +36 lines, -30 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ukai
11 years, 1 month ago (2009-10-29 07:22:44 UTC) #1
Yuzo
http://codereview.chromium.org/346010/diff/1/2 File net/socket_stream/socket_stream.cc (right): http://codereview.chromium.org/346010/diff/1/2#newcode291 Line 291: else DCHECK(result == OK) ? Or result can ...
11 years, 1 month ago (2009-10-29 08:57:28 UTC) #2
tyoshino (SeeGerritForStatus)
http://codereview.chromium.org/346010/diff/1/2 File net/socket_stream/socket_stream.cc (right): http://codereview.chromium.org/346010/diff/1/2#newcode193 Line 193: delegate_->OnError(this, result); indentation http://codereview.chromium.org/346010/diff/1/2#newcode351 Line 351: } while ...
11 years, 1 month ago (2009-10-29 09:08:20 UTC) #3
ukai
http://codereview.chromium.org/346010/diff/1/2 File net/socket_stream/socket_stream.cc (right): http://codereview.chromium.org/346010/diff/1/2#newcode193 Line 193: delegate_->OnError(this, result); On 2009/10/29 09:08:20, tyoshino wrote: > ...
11 years, 1 month ago (2009-10-29 10:22:30 UTC) #4
Yuzo
LGTM http://codereview.chromium.org/346010/diff/1/3 File net/socket_stream/socket_stream.h (right): http://codereview.chromium.org/346010/diff/1/3#newcode195 Line 195: // If |result| is not net::OK, calls ...
11 years, 1 month ago (2009-10-29 10:34:03 UTC) #5
tyoshino (SeeGerritForStatus)
11 years, 1 month ago (2009-10-30 01:49:38 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698