| Index: Source/web/WebNetworkStateNotifier.cpp
|
| diff --git a/Source/web/WebNetworkStateNotifier.cpp b/Source/web/WebNetworkStateNotifier.cpp
|
| index 47325b0d8375badebfccc7baacd7ca437eab432b..c1917e5dd4434398b8e67708e93a3808f0d882e5 100644
|
| --- a/Source/web/WebNetworkStateNotifier.cpp
|
| +++ b/Source/web/WebNetworkStateNotifier.cpp
|
| @@ -42,4 +42,9 @@ void WebNetworkStateNotifier::setOnLine(bool onLine)
|
| networkStateNotifier().setOnLine(onLine);
|
| }
|
|
|
| +void WebNetworkStateNotifier::setWebConnectionType(WebConnectionType type)
|
| +{
|
| + networkStateNotifier().setWebConnectionType(type);
|
| +}
|
| +
|
| } // namespace blink
|
|
|