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

Unified Diff: net/socket/socket_net_log_params.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/socket/socket_libevent.cc ('k') | net/socket/socket_net_log_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/socket_net_log_params.h
diff --git a/net/socket/socket_net_log_params.h b/net/socket/socket_net_log_params.h
deleted file mode 100644
index f5fe652d125ecc927b8ef550f16a1b00d2517659..0000000000000000000000000000000000000000
--- a/net/socket/socket_net_log_params.h
+++ /dev/null
@@ -1,38 +0,0 @@
-// Copyright (c) 2012 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.
-
-#ifndef NET_SOCKET_SOCKET_NET_LOG_PARAMS_H_
-#define NET_SOCKET_SOCKET_NET_LOG_PARAMS_H_
-
-#include "net/base/net_log.h"
-#include "net/base/sys_addrinfo.h"
-
-namespace net {
-
-class HostPortPair;
-class IPEndPoint;
-
-// Creates a NetLog callback for socket error events.
-NetLog::ParametersCallback CreateNetLogSocketErrorCallback(int net_error,
- int os_error);
-
-// Creates a NetLog callback for a HostPortPair.
-// |host_and_port| must remain valid for the lifetime of the returned callback.
-NetLog::ParametersCallback CreateNetLogHostPortPairCallback(
- const HostPortPair* host_and_port);
-
-// Creates a NetLog callback for an IPEndPoint.
-// |address| must remain valid for the lifetime of the returned callback.
-NetLog::ParametersCallback CreateNetLogIPEndPointCallback(
- const IPEndPoint* address);
-
-// Creates a NetLog callback for the source sockaddr on connect events.
-// |net_address| must remain valid for the lifetime of the returned callback.
-NetLog::ParametersCallback CreateNetLogSourceAddressCallback(
- const struct sockaddr* net_address,
- socklen_t address_len);
-
-} // namespace net
-
-#endif // NET_SOCKET_SOCKET_NET_LOG_PARAMS_H_
« no previous file with comments | « net/socket/socket_libevent.cc ('k') | net/socket/socket_net_log_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698