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

Unified Diff: content/common/native_types.mojom

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: content/common/native_types.mojom
diff --git a/content/common/native_types.mojom b/content/common/native_types.mojom
index d11886248fca9429c033091569cd5bcbcf37ddf4..c848b957f3e465785509e19d8d688c02ee7f8ca0 100644
--- a/content/common/native_types.mojom
+++ b/content/common/native_types.mojom
@@ -36,5 +36,10 @@ struct WebPreferences;
[Native]
enum NetworkConnectionType;
+// TODO(rockot): This should most likely be defined by network service mojom,
+// but the network service doesn't exist yet.
+[Native]
+enum EffectiveConnectionType;
+
[Native]
enum WebPopupType;

Powered by Google App Engine
This is Rietveld 408576698