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

Unified Diff: net/socket/client_socket_pool_manager.h

Issue 1069413002: Inline ClientSocketPoolManager::GroupTypeFromScheme (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « net/http/http_stream_factory_impl_job.cc ('k') | net/socket/client_socket_pool_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/client_socket_pool_manager.h
diff --git a/net/socket/client_socket_pool_manager.h b/net/socket/client_socket_pool_manager.h
index 45ed401a0cd8a887436876bffe81673827931042..9b4a06520d9ee0647785081b87eca5efbeb9cb69 100644
--- a/net/socket/client_socket_pool_manager.h
+++ b/net/socket/client_socket_pool_manager.h
@@ -50,9 +50,6 @@ class NET_EXPORT_PRIVATE ClientSocketPoolManager {
FTP_GROUP // For FTP sockets (over an HTTP proxy).
};
- // Returns the correct socket group type for |scheme|.
- static SocketGroupType GroupTypeFromScheme(const std::string& scheme);
-
ClientSocketPoolManager();
virtual ~ClientSocketPoolManager();
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | net/socket/client_socket_pool_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698