| Index: net/base/network_change_notifier_linux.h
|
| diff --git a/net/base/network_change_notifier_linux.h b/net/base/network_change_notifier_linux.h
|
| index 1b3f376fb0b695b73fa816163ab7d791433a3824..d4ecf3f4a0ce7df077ec354a786d0dae42ad3a62 100644
|
| --- a/net/base/network_change_notifier_linux.h
|
| +++ b/net/base/network_change_notifier_linux.h
|
| @@ -30,6 +30,7 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierLinux
|
|
|
| explicit NetworkChangeNotifierLinux(dbus::Bus* bus);
|
| virtual ~NetworkChangeNotifierLinux();
|
| + static NetworkChangeCalculatorParams NetworkChangeCalculatorParamsLinux();
|
|
|
| // NetworkChangeNotifier:
|
| virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
|
|
|