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

Unified Diff: net/ftp/ftp_network_transaction.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
Index: net/ftp/ftp_network_transaction.h
diff --git a/net/ftp/ftp_network_transaction.h b/net/ftp/ftp_network_transaction.h
index 681d806dfdcbd0a292cce1034b98c4d2b75a82bd..d5a3b9c0412c6291e7b455be321e5eb35c493630 100644
--- a/net/ftp/ftp_network_transaction.h
+++ b/net/ftp/ftp_network_transaction.h
@@ -132,7 +132,9 @@ class NET_EXPORT_PRIVATE FtpNetworkTransaction : public FtpTransaction {
// issued command. Returns error code.
int ProcessCtrlResponse();
- int SendFtpCommand(const std::string& command, Command cmd);
+ int SendFtpCommand(const std::string& command,
+ const std::string& command_for_log,
+ Command cmd);
// Returns request path suitable to be included in an FTP command. If the path
// will be used as a directory, |is_directory| should be true.

Powered by Google App Engine
This is Rietveld 408576698