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

Issue 16874005: Merge r205158 (SocketStream uses a weak ptr to URLRequestContext) (Closed)

Created:
7 years, 6 months ago by yhirano
Modified:
7 years, 6 months ago
Reviewers:
mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

Merge https://src.chromium.org/viewvc/chrome?revision=205158&view=revision > SocketStream uses a weak ptr to URLRequestContext > > URLRequestContext can be destroyed while SocketStream is living, so we use WeakPtr to detect the destruction. > This is a workaround and this issue should be fixed in a better way in the future. > > Imported from https://codereview.chromium.org/15736021/ . > > TEST=net_unittests content_unittests > BUG=244746 > R=mmenke TBR=mmenke@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207763

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -11 lines) Patch
M chrome/browser/net/chrome_url_request_context.h View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/net/chrome_url_request_context.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/socket_stream/socket_stream.h View 3 chunks +4 lines, -3 lines 0 comments Download
M net/socket_stream/socket_stream_job.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket_stream/socket_stream_unittest.cc View 1 chunk +62 lines, -0 lines 0 comments Download
M net/url_request/url_request_context.h View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
yhirano
7 years, 6 months ago (2013-06-21 09:03:14 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 manually as r207763 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698