| Index: net/ftp/ftp_network_transaction.h
 | 
| diff --git a/net/ftp/ftp_network_transaction.h b/net/ftp/ftp_network_transaction.h
 | 
| index ee9c141ff40244d3a2d6a775c0a15ae50bba9f09..3366c71cd7735a6be2511e73c42a408d05d576de 100644
 | 
| --- a/net/ftp/ftp_network_transaction.h
 | 
| +++ b/net/ftp/ftp_network_transaction.h
 | 
| @@ -101,6 +101,9 @@ class FtpNetworkTransaction : public FtpTransaction {
 | 
|    // code to be in range 100-599.
 | 
|    static ErrorClass GetErrorClass(int response_code);
 | 
|  
 | 
| +  // Returns request path suitable to be included in an FTP command.
 | 
| +  std::string GetRequestPathForFtpCommand() const;
 | 
| +
 | 
|    // Runs the state transition loop.
 | 
|    int DoLoop(int result);
 | 
|  
 | 
| 
 |