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

Unified Diff: net/websockets/websocket_test_util.h

Issue 240873003: Create WebSocketTransportClientSocketPool (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 6 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/websockets/websocket_test_util.h
diff --git a/net/websockets/websocket_test_util.h b/net/websockets/websocket_test_util.h
index 2ad86c08fe0268634fcd86e720ba50aa37e3485a..e95db1a4040b90e972d15c24e2335b8f00548baa 100644
--- a/net/websockets/websocket_test_util.h
+++ b/net/websockets/websocket_test_util.h
@@ -117,14 +117,14 @@ struct WebSocketTestURLRequestContextHost {
scoped_ptr<SSLSocketDataProvider> ssl_socket_data);
// Call after calling one of SetExpections() or AddRawExpectations(). The
- // returned pointer remains owned by this object. This should only be called
- // once.
+ // returned pointer remains owned by this object.
TestURLRequestContext* GetURLRequestContext();
private:
WebSocketDeterministicMockClientSocketFactoryMaker maker_;
TestURLRequestContext url_request_context_;
TestNetworkDelegate network_delegate_;
+ bool url_request_context_initialized_;
DISALLOW_COPY_AND_ASSIGN(WebSocketTestURLRequestContextHost);
};

Powered by Google App Engine
This is Rietveld 408576698