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

Unified Diff: net/nqe/cached_network_quality.h

Issue 2369673004: Wire NQE Prefs to Profile (Closed)
Patch Set: Addressed bengr comments Created 4 years, 2 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: net/nqe/cached_network_quality.h
diff --git a/net/nqe/cached_network_quality.h b/net/nqe/cached_network_quality.h
index 4aeebd74f05f7111f0e8ecffe7b4b3e87553e83a..0f6720ce7ad03a5c535680a7e6f3c50fc51bce60 100644
--- a/net/nqe/cached_network_quality.h
+++ b/net/nqe/cached_network_quality.h
@@ -20,6 +20,8 @@ namespace internal {
class NET_EXPORT_PRIVATE CachedNetworkQuality {
public:
CachedNetworkQuality();
+ explicit CachedNetworkQuality(
+ EffectiveConnectionType effective_connection_type);
// |last_update_time| is the time when the |network_quality| was computed.
CachedNetworkQuality(base::TimeTicks last_update_time,

Powered by Google App Engine
This is Rietveld 408576698