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

Issue 3165057: Remove two CHECKs that were added to help track down the crash... (Closed)

Created:
10 years, 4 months ago by wtc
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Remove two CHECKs that were added to help track down the crash in http://crbug.com/49862. That crash no longer occurs. Fix cpplint.py nit: add a "// namespace" comment. R=vandebo BUG=49862 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57250

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -7 lines) Patch
M net/http/http_stream_request.cc View 2 chunks +2 lines, -5 lines 2 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
wtc
10 years, 4 months ago (2010-08-24 19:30:21 UTC) #1
vandebo (ex-Chrome)
LGTM http://codereview.chromium.org/3165057/diff/1/2 File net/http/http_stream_request.cc (right): http://codereview.chromium.org/3165057/diff/1/2#newcode39 net/http/http_stream_request.cc:39: } // namespace Is this an intentional change?
10 years, 4 months ago (2010-08-24 19:59:35 UTC) #2
wtc
10 years, 4 months ago (2010-08-24 22:40:18 UTC) #3
http://codereview.chromium.org/3165057/diff/1/2
File net/http/http_stream_request.cc (right):

http://codereview.chromium.org/3165057/diff/1/2#newcode39
net/http/http_stream_request.cc:39: }  // namespace
On 2010/08/24 19:59:35, vandebo wrote:
> Is this an intentional change?

Yes, I ran cpplint.py on the whole file and it warned about
this line.  I will clarify this in the CL's description.

Powered by Google App Engine
This is Rietveld 408576698