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

Unified Diff: content/browser/websockets/websocket_handshake_request_info_impl.h

Issue 2815913005: Switch to using scoped_ptr with UserData (Closed)
Patch Set: rebase Created 3 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
Index: content/browser/websockets/websocket_handshake_request_info_impl.h
diff --git a/content/browser/websockets/websocket_handshake_request_info_impl.h b/content/browser/websockets/websocket_handshake_request_info_impl.h
index 4e768b1f11c9f217158a8080ecc4962dd194d95f..2a3ed3160e5de2680330c5c086dfe2f7a7bde489 100644
--- a/content/browser/websockets/websocket_handshake_request_info_impl.h
+++ b/content/browser/websockets/websocket_handshake_request_info_impl.h
@@ -16,6 +16,8 @@ class WebSocketHandshakeRequestInfoImpl final
: public WebSocketHandshakeRequestInfo,
public base::SupportsUserData::Data {
public:
+ ~WebSocketHandshakeRequestInfoImpl() override;
+
static void CreateInfoAndAssociateWithRequest(int child_id,
int render_frame_id,
net::URLRequest* request);
@@ -25,7 +27,6 @@ class WebSocketHandshakeRequestInfoImpl final
private:
WebSocketHandshakeRequestInfoImpl(int child_id, int render_frame_id);
- ~WebSocketHandshakeRequestInfoImpl() override;
const int child_id_;
const int render_frame_id_;
« no previous file with comments | « content/browser/streams/stream_context.cc ('k') | content/browser/websockets/websocket_handshake_request_info_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698