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

Issue 552157: Fixed race condition with AddressWatchTask and ServerConnectionManager. (Closed)

Created:
10 years, 11 months ago by akalin
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, pink (ping after 24hrs)
Visibility:
Public.

Description

Fixed race condition with AddressWatchTask and ServerConnectionManager. BUG=33162 TEST=manually with sleep() Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=37154

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -22 lines) Patch
M chrome/browser/sync/engine/net/syncapi_server_connection_manager.h View 2 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/sync/engine/net/syncapi_server_connection_manager.cc View 1 chunk +1 line, -10 lines 1 comment Download
M chrome/browser/sync/engine/syncapi.cc View 2 chunks +2 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
akalin
+tim for review
10 years, 11 months ago (2010-01-26 19:48:06 UTC) #1
tim (not reviewing)
LGTM++ http://codereview.chromium.org/552157/diff/1/2 File chrome/browser/sync/engine/net/syncapi_server_connection_manager.cc (right): http://codereview.chromium.org/552157/diff/1/2#newcode66 chrome/browser/sync/engine/net/syncapi_server_connection_manager.cc:66: SyncAPIServerConnectionManager::~SyncAPIServerConnectionManager() {} may as well throw this in ...
10 years, 11 months ago (2010-01-26 20:08:45 UTC) #2
akalin
10 years, 11 months ago (2010-01-26 21:15:27 UTC) #3
On 2010/01/26 20:08:45, timsteele wrote:
> http://codereview.chromium.org/552157/diff/1/2#newcode66
> chrome/browser/sync/engine/net/syncapi_server_connection_manager.cc:66:
> SyncAPIServerConnectionManager::~SyncAPIServerConnectionManager() {}
> may as well throw this in .h

I actually like having virtual methods in only a single compilation unit to
reduce work for the linker.

Submitting and merging soon.

Powered by Google App Engine
This is Rietveld 408576698