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

Side by Side Diff: net/url_request/websocket_handshake_userdata_key.h

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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
OLDNEW
(Empty)
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // The key for WebSocket UserData in URLRequest objects. This is included in
6 // net/url_request because net/websockets is not linked in on iOS.
7
8 #ifndef NET_URL_REQUEST_WEBSOCKET_HANDSHAKE_USERDATA_KEY_H_
9 #define NET_URL_REQUEST_WEBSOCKET_HANDSHAKE_USERDATA_KEY_H_
10
11 #include "net/base/net_export.h"
12
13 namespace net {
14
15 // This variable has a unique address, which is used as the key to store
16 // WebSocket-handshake related data in a URLRequest object.
17 extern NET_EXPORT_PRIVATE const char kWebSocketHandshakeUserDataKey[];
18
19 } // namespace net
20
21 #endif // NET_URL_REQUEST_WEBSOCKET_HANDSHAKE_USERDATA_KEY_H_
OLDNEW
« no previous file with comments | « net/url_request/view_cache_helper_unittest.cc ('k') | net/url_request/websocket_handshake_userdata_key.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698