- Restore FTP protocol support that was removed by a recent Chromium update.

- Register the net resource provider for render processes (issue #999).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1287 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-06-24 18:57:05 +00:00
parent 7e259aa9f2
commit 8c5a5c8ff1
10 changed files with 55 additions and 14 deletions

View File

@@ -12,6 +12,7 @@
#include "googleurl/src/gurl.h"
namespace net {
class FtpTransactionFactory;
class URLRequestJobFactoryImpl;
}
@@ -21,7 +22,8 @@ namespace scheme {
// overridden.
void InstallInternalProtectedHandlers(
net::URLRequestJobFactoryImpl* job_factory,
content::ProtocolHandlerMap* protocol_handlers);
content::ProtocolHandlerMap* protocol_handlers,
net::FtpTransactionFactory* ftp_transaction_factory);
// Register the internal scheme handlers that can be overridden.
void RegisterInternalHandlers();