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

Unified Diff: net/base/network_change_notifier_win.h

Issue 11360108: Start calculating new combined NetworkChangeNotifier signal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address szym's first round of comments Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/base/network_change_notifier_win.h
diff --git a/net/base/network_change_notifier_win.h b/net/base/network_change_notifier_win.h
index 6af7f06df486b9dee8c1cca90c5d2ffcceba5e38..ef239aad2252c52cf3adfe5fbf3f709c67a8020a 100644
--- a/net/base/network_change_notifier_win.h
+++ b/net/base/network_change_notifier_win.h
@@ -71,6 +71,8 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierWin
// created on.
virtual bool WatchForAddressChangeInternal();
+ static NetworkChangeCalculatorParams NetworkChangeCalculatorParamsWin();
+
// All member variables may only be accessed on the thread |this| was created
// on.

Powered by Google App Engine
This is Rietveld 408576698