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

Unified Diff: net/socket/client_socket_pool_base.h

Issue 3441034: Clean up socket backup job when there are no requests. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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/socket/client_socket_pool_base.h
diff --git a/net/socket/client_socket_pool_base.h b/net/socket/client_socket_pool_base.h
index bea0b221b4e8b4dd3bfb115db36a852a8dd91dc4..2e33abc3cdf8a8de54d34bf7bf79bd1def444881 100644
--- a/net/socket/client_socket_pool_base.h
+++ b/net/socket/client_socket_pool_base.h
@@ -356,7 +356,7 @@ class ClientSocketPoolBaseHelper
static void InsertRequestIntoQueue(const Request* r,
RequestQueue* pending_requests);
static const Request* RemoveRequestFromQueue(RequestQueue::iterator it,
- RequestQueue* pending_requests);
+ Group* group);
Group* GetOrCreateGroup(const std::string& group_name);
void RemoveGroup(const std::string& group_name);
« no previous file with comments | « no previous file | net/socket/client_socket_pool_base.cc » ('j') | net/socket/client_socket_pool_base_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698