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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/websocket_handshake_userdata_key.h
diff --git a/net/url_request/websocket_handshake_userdata_key.h b/net/url_request/websocket_handshake_userdata_key.h
deleted file mode 100644
index 63b75b794024d1fb192accfe1cc34bf74ccc9d9e..0000000000000000000000000000000000000000
--- a/net/url_request/websocket_handshake_userdata_key.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// The key for WebSocket UserData in URLRequest objects. This is included in
-// net/url_request because net/websockets is not linked in on iOS.
-
-#ifndef NET_URL_REQUEST_WEBSOCKET_HANDSHAKE_USERDATA_KEY_H_
-#define NET_URL_REQUEST_WEBSOCKET_HANDSHAKE_USERDATA_KEY_H_
-
-#include "net/base/net_export.h"
-
-namespace net {
-
-// This variable has a unique address, which is used as the key to store
-// WebSocket-handshake related data in a URLRequest object.
-extern NET_EXPORT_PRIVATE const char kWebSocketHandshakeUserDataKey[];
-
-} // namespace net
-
-#endif // NET_URL_REQUEST_WEBSOCKET_HANDSHAKE_USERDATA_KEY_H_
« 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