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

Unified Diff: net/websockets/websocket_end_to_end_test.cc

Issue 2397393002: Provide child/frame IDs for WebSocket handshake request (Closed)
Patch Set: fix Created 4 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 | « net/websockets/websocket_channel_test.cc ('k') | net/websockets/websocket_event_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/websockets/websocket_end_to_end_test.cc
diff --git a/net/websockets/websocket_end_to_end_test.cc b/net/websockets/websocket_end_to_end_test.cc
index 31b557a07c1a6ec5c79129525590e840ee9ebbb6..ba2a65727e0b58742bf0e893c5669999e0282f70 100644
--- a/net/websockets/websocket_end_to_end_test.cc
+++ b/net/websockets/websocket_end_to_end_test.cc
@@ -37,6 +37,8 @@
namespace net {
+class URLRequest;
+
namespace {
static const char kEchoServer[] = "echo-with-no-extension";
@@ -66,6 +68,8 @@ class ConnectTestingEventInterface : public WebSocketEventInterface {
std::string extensions() const;
// Implementation of WebSocketEventInterface.
+ void OnCreateURLRequest(URLRequest* request) override {}
+
ChannelState OnAddChannelResponse(const std::string& selected_subprotocol,
const std::string& extensions) override;
« no previous file with comments | « net/websockets/websocket_channel_test.cc ('k') | net/websockets/websocket_event_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698