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

Issue 377019: Check for an active network connection when network adapter status changes.... (Closed)

Created:
11 years, 1 month ago by Zachary Kuznia
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, ncarter (slow), ben+cc_chromium.org, tim (not reviewing), idana
Visibility:
Public.

Description

Check for an active network connection when network adapter status changes. BUG=19784 TEST=On a system with two network adapters, ensure one has an active internet connection, and the other does not. Disconnect the active one, and check that in notifier::NetworkStatusDetectorTaskMT::OnNetworkAliveDone() the call to network_alive->alive() returns false. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31623

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1 line) Patch
M chrome/browser/sync/notifier/base/win/async_network_alive_win32.cc View 1 3 chunks +17 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Zachary Kuznia
11 years, 1 month ago (2009-11-07 00:30:52 UTC) #1
tim (not reviewing)
http://codereview.chromium.org/377019/diff/1/2 File chrome/browser/sync/notifier/base/win/async_network_alive_win32.cc (right): http://codereview.chromium.org/377019/diff/1/2#newcode225 Line 225: talk_base::Socket* socket = physical.CreateSocket(SOCK_STREAM); nit- i'd do scoped_ptr<talk_base::Socket> ...
11 years, 1 month ago (2009-11-10 23:43:10 UTC) #2
tim (not reviewing)
http://codereview.chromium.org/377019/diff/1/2 File chrome/browser/sync/notifier/base/win/async_network_alive_win32.cc (right): http://codereview.chromium.org/377019/diff/1/2#newcode225 Line 225: talk_base::Socket* socket = physical.CreateSocket(SOCK_STREAM); nit- i'd do scoped_ptr<talk_base::Socket> ...
11 years, 1 month ago (2009-11-10 23:43:29 UTC) #3
Zachary Kuznia
http://codereview.chromium.org/377019/diff/1/2 File chrome/browser/sync/notifier/base/win/async_network_alive_win32.cc (right): http://codereview.chromium.org/377019/diff/1/2#newcode225 Line 225: talk_base::Socket* socket = physical.CreateSocket(SOCK_STREAM); On 2009/11/10 23:43:11, timsteele ...
11 years, 1 month ago (2009-11-10 23:51:55 UTC) #4
Zachary Kuznia
http://codereview.chromium.org/377019/diff/1/2 File chrome/browser/sync/notifier/base/win/async_network_alive_win32.cc (right): http://codereview.chromium.org/377019/diff/1/2#newcode225 Line 225: talk_base::Socket* socket = physical.CreateSocket(SOCK_STREAM); On 2009/11/10 23:43:11, timsteele ...
11 years, 1 month ago (2009-11-10 23:52:12 UTC) #5
tim (not reviewing)
LGTM
11 years, 1 month ago (2009-11-11 00:43:13 UTC) #6
tim (not reviewing)
11 years, 1 month ago (2009-11-11 00:43:30 UTC) #7

Powered by Google App Engine
This is Rietveld 408576698