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

Unified Diff: Source/web/WebNetworkStateNotifier.cpp

Issue 1309903006: [NetInfo] Clean up after adding connection.downlinkMax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo
Patch Set: Rebase Created 5 years, 3 months 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
« no previous file with comments | « no previous file | public/web/WebNetworkStateNotifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebNetworkStateNotifier.cpp
diff --git a/Source/web/WebNetworkStateNotifier.cpp b/Source/web/WebNetworkStateNotifier.cpp
index b9f8849ef9b289f80856fa71c1a6e31ddffad9cc..3b0337bb27ea3f3cbe79c7ad0f3ecf1375d408a3 100644
--- a/Source/web/WebNetworkStateNotifier.cpp
+++ b/Source/web/WebNetworkStateNotifier.cpp
@@ -40,11 +40,6 @@ void WebNetworkStateNotifier::setOnLine(bool onLine)
networkStateNotifier().setOnLine(onLine);
}
-void WebNetworkStateNotifier::setWebConnectionType(WebConnectionType type)
-{
- setWebConnection(type, 0.0);
-}
-
void WebNetworkStateNotifier::setWebConnection(WebConnectionType type, double maxBandwidthMbps)
{
networkStateNotifier().setWebConnection(type, maxBandwidthMbps);
« no previous file with comments | « no previous file | public/web/WebNetworkStateNotifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698