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

Unified Diff: net/udp/udp_net_log_parameters.h

Issue 2508593002: net: move udp directory into socket (Closed)
Patch Set: revert sys/socket.h change Created 4 years, 1 month 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/udp/udp_client_socket.cc ('k') | net/udp/udp_net_log_parameters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/udp/udp_net_log_parameters.h
diff --git a/net/udp/udp_net_log_parameters.h b/net/udp/udp_net_log_parameters.h
deleted file mode 100644
index 3dcaa3e8ed9c8f934116baf2acf4fc51d71d13a9..0000000000000000000000000000000000000000
--- a/net/udp/udp_net_log_parameters.h
+++ /dev/null
@@ -1,33 +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_UDP_UDP_NET_LOG_PARAMETERS_H_
-#define NET_UDP_UDP_NET_LOG_PARAMETERS_H_
-
-#include "net/base/network_change_notifier.h"
-#include "net/log/net_log_parameters_callback.h"
-
-namespace net {
-
-class IPEndPoint;
-
-// Creates a NetLog callback that returns parameters describing a UDP
-// receive/send event. |bytes| are only logged when byte logging is
-// enabled. |address| may be NULL. |address| (if given) and |bytes|
-// must be valid for the life of the callback.
-NetLogParametersCallback CreateNetLogUDPDataTranferCallback(
- int byte_count,
- const char* bytes,
- const IPEndPoint* address);
-
-// Creates a NetLog callback that returns parameters describing a UDP
-// connect event. |address| cannot be NULL, and must remain valid for
-// the lifetime of the callback.
-NetLogParametersCallback CreateNetLogUDPConnectCallback(
- const IPEndPoint* address,
- NetworkChangeNotifier::NetworkHandle network);
-
-} // namespace net
-
-#endif // NET_UDP_UDP_NET_LOG_PARAMETERS_H_
« no previous file with comments | « net/udp/udp_client_socket.cc ('k') | net/udp/udp_net_log_parameters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698