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

Unified Diff: net/nqe/network_quality.h

Issue 2128793003: Factor out NetworkID and caching mechanism from n_q_e.{h,cc} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Ryan's comments Created 4 years, 5 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/network_quality.h
diff --git a/net/nqe/network_quality.h b/net/nqe/network_quality.h
index bc1ec771d688d8af0500a1b61265f5941fcb0acf..b06ec7e5b12dd132b632afa38a31005f5c50f1a9 100644
--- a/net/nqe/network_quality.h
+++ b/net/nqe/network_quality.h
@@ -43,6 +43,8 @@ class NET_EXPORT_PRIVATE NetworkQuality {
NetworkQuality& operator=(const NetworkQuality& other);
+ bool operator==(const NetworkQuality& other) const;
+
// Returns the estimate of the round trip time at the HTTP layer.
const base::TimeDelta& http_rtt() const { return http_rtt_; }

Powered by Google App Engine
This is Rietveld 408576698