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

Unified Diff: net/nqe/effective_connection_type.h

Issue 2720513002: Change the string representation of Slow2G ECT (Closed)
Patch Set: ryansturm comments Created 3 years, 10 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
« no previous file with comments | « no previous file | net/nqe/effective_connection_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/nqe/effective_connection_type.h
diff --git a/net/nqe/effective_connection_type.h b/net/nqe/effective_connection_type.h
index 4b095eda4a343251c1593a7b2203aede1836467d..7f11ad06b8834216866bccf7c21952e1dda9ff50 100644
--- a/net/nqe/effective_connection_type.h
+++ b/net/nqe/effective_connection_type.h
@@ -64,6 +64,11 @@ NET_EXPORT bool GetEffectiveConnectionTypeForName(
base::StringPiece connection_type_name,
EffectiveConnectionType* effective_connection_type);
+// Returns the string equivalent of |type|. Deprecated, and replaced by
+// GetNameForEffectiveConnectionType.
+NET_EXPORT_PRIVATE const char* DeprecatedGetNameForEffectiveConnectionType(
+ EffectiveConnectionType type);
+
} // namespace net
#endif // NET_NQE_EFFECTIVE_CONNECTION_TYPE_H_
« no previous file with comments | « no previous file | net/nqe/effective_connection_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698