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

Unified Diff: net/base/net_log_event_type_list.h

Issue 11377007: FTP: add net-internals logging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | net/ftp/ftp_ctrl_response_buffer.h » ('j') | net/ftp/ftp_ctrl_response_buffer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_event_type_list.h
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
index 4cde922dfa19ec32776960a4fc245672b308016a..34e81a37936b35ea0297afc79638843077709483 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -1725,3 +1725,12 @@ EVENT_TYPE(FILE_STREAM_ERROR)
// if any>
// }
EVENT_TYPE(IPV6_PROBE_RUNNING)
+
+// -----------------------------------------------------------------------------
+// FTP events.
+// -----------------------------------------------------------------------------
+
+EVENT_TYPE(FTP_COMMAND_SENT)
eroman 2012/11/06 23:49:29 Can you add some comments on what the parameters l
Paweł Hajdan Jr. 2012/11/07 00:42:56 Done.
+EVENT_TYPE(FTP_CONTROL_CONNECTION)
+EVENT_TYPE(FTP_DATA_CONNECTION)
+EVENT_TYPE(FTP_CONTROL_RESPONSE)
« no previous file with comments | « no previous file | net/ftp/ftp_ctrl_response_buffer.h » ('j') | net/ftp/ftp_ctrl_response_buffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698