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

Side by Side Diff: net/websockets/websocket_job.h

Issue 10870080: Add SPDY request headers to DevTools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Back to CL #6 Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/websockets/websocket_handshake_handler.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef NET_WEBSOCKETS_WEBSOCKET_JOB_H_ 5 #ifndef NET_WEBSOCKETS_WEBSOCKET_JOB_H_
6 #define NET_WEBSOCKETS_WEBSOCKET_JOB_H_ 6 #define NET_WEBSOCKETS_WEBSOCKET_JOB_H_
7 7
8 #include <deque> 8 #include <deque>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
13 #include "net/base/address_list.h" 13 #include "net/base/address_list.h"
14 #include "net/base/completion_callback.h" 14 #include "net/base/completion_callback.h"
15 #include "net/socket_stream/socket_stream_job.h" 15 #include "net/socket_stream/socket_stream_job.h"
16 #include "net/spdy/spdy_header_block.h"
16 #include "net/spdy/spdy_websocket_stream.h" 17 #include "net/spdy/spdy_websocket_stream.h"
17 18
18 class GURL; 19 class GURL;
19 20
20 namespace net { 21 namespace net {
21 22
22 class DrainableIOBuffer; 23 class DrainableIOBuffer;
23 class SSLInfo; 24 class SSLInfo;
24 class WebSocketHandshakeRequestHandler; 25 class WebSocketHandshakeRequestHandler;
25 class WebSocketHandshakeResponseHandler; 26 class WebSocketHandshakeResponseHandler;
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 145
145 base::WeakPtrFactory<WebSocketJob> weak_ptr_factory_; 146 base::WeakPtrFactory<WebSocketJob> weak_ptr_factory_;
146 base::WeakPtrFactory<WebSocketJob> weak_ptr_factory_for_send_pending_; 147 base::WeakPtrFactory<WebSocketJob> weak_ptr_factory_for_send_pending_;
147 148
148 DISALLOW_COPY_AND_ASSIGN(WebSocketJob); 149 DISALLOW_COPY_AND_ASSIGN(WebSocketJob);
149 }; 150 };
150 151
151 } // namespace 152 } // namespace
152 153
153 #endif // NET_WEBSOCKETS_WEBSOCKET_JOB_H_ 154 #endif // NET_WEBSOCKETS_WEBSOCKET_JOB_H_
OLDNEW
« no previous file with comments | « net/websockets/websocket_handshake_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698