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

Unified Diff: webrtc/base/socketaddress.h

Issue 1408873005: Remove two more deprecated methods from SocketAddress API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | webrtc/base/socketaddress.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/socketaddress.h
diff --git a/webrtc/base/socketaddress.h b/webrtc/base/socketaddress.h
index 1574ef916e3e7124dff5682d8c549839b25accc2..1d975a1c0ebb8eae2a782cbe0c3db64c0e550ca6 100644
--- a/webrtc/base/socketaddress.h
+++ b/webrtc/base/socketaddress.h
@@ -177,15 +177,6 @@ class SocketAddress {
size_t ToDualStackSockAddrStorage(sockaddr_storage* saddr) const;
size_t ToSockAddrStorage(sockaddr_storage* saddr) const;
- // Converts the IP address given in 'compact form' into dotted form.
- // IP is given as an integer in host byte order. V4 only, to be deprecated.
- // TODO: Deprecate this.
- static std::string IPToString(uint32_t ip_as_host_order_integer);
-
- // Same as IPToString but anonymizes it by hiding the last part.
- // TODO: Deprecate this.
- static std::string IPToSensitiveString(uint32_t ip_as_host_order_integer);
-
// Converts the IP address given in dotted form into compact form.
// Only dotted names (A.B.C.D) are converted.
// Output integer is returned in host byte order.
« no previous file with comments | « no previous file | webrtc/base/socketaddress.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698