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

Unified Diff: net/nqe/network_id.h

Issue 2481373004: NQE: Add default RTT and throughput observations (Closed)
Patch Set: Rebased, addressed bengr comments Created 4 years 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 | net/nqe/network_quality_estimator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/nqe/network_id.h
diff --git a/net/nqe/network_id.h b/net/nqe/network_id.h
index 083a55fad4c9f3c439446c8ed85fd51ac0543a00..ee8a54453b7d01676c82f231fcf93a35477e885f 100644
--- a/net/nqe/network_id.h
+++ b/net/nqe/network_id.h
@@ -27,7 +27,7 @@ net::NetworkChangeNotifier::ConnectionType ConvertStringToConnectionType(
base::StringToInt(connection_type_string, &connection_type_int);
if (!connection_type_available || connection_type_int < 0 ||
- connection_type_int >=
+ connection_type_int >
static_cast<int>(net::NetworkChangeNotifier::CONNECTION_LAST)) {
DCHECK(false);
return net::NetworkChangeNotifier::CONNECTION_UNKNOWN;
« no previous file with comments | « no previous file | net/nqe/network_quality_estimator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698