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

Unified Diff: third_party/WebKit/public/platform/WebNetworkStateNotifier.h

Issue 2883763002: Expose ECT to render frames, Blink and NetInfo (Closed)
Patch Set: rebased Created 3 years, 7 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
Index: third_party/WebKit/public/platform/WebNetworkStateNotifier.h
diff --git a/third_party/WebKit/public/platform/WebNetworkStateNotifier.h b/third_party/WebKit/public/platform/WebNetworkStateNotifier.h
index a91b024ac867db2ff6334664a556da6c263a1af9..b1d6810c656d91bfad45ee481457a8a2b53fa6a2 100644
--- a/third_party/WebKit/public/platform/WebNetworkStateNotifier.h
+++ b/third_party/WebKit/public/platform/WebNetworkStateNotifier.h
@@ -34,6 +34,7 @@
#include "base/time/time.h"
#include "public/platform/WebCommon.h"
#include "public/platform/WebConnectionType.h"
+#include "public/platform/WebEffectiveConnectionType.h"
namespace blink {
@@ -43,6 +44,7 @@ class WebNetworkStateNotifier {
BLINK_PLATFORM_EXPORT static void SetWebConnection(WebConnectionType,
double max_bandwidth_mbps);
BLINK_PLATFORM_EXPORT static void SetNetworkQuality(
+ WebEffectiveConnectionType,
base::TimeDelta http_rtt,
base::TimeDelta transport_rtt,
int downlink_throughput_kbps);

Powered by Google App Engine
This is Rietveld 408576698