Index: chrome/browser/profiles/profile_io_data.cc |
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc |
index b7de713eaa30d1b12dc33f8f259038a10be4e1e3..132dc00dbcbb449bc53d42f186aa5759a4d8465e 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -319,6 +319,7 @@ bool ProfileIOData::IsHandledProtocol(const std::string& scheme) { |
chrome::kBlobScheme, |
chrome::kFileSystemScheme, |
chrome::kExtensionResourceScheme, |
+ chrome::kFtpScheme, |
}; |
for (size_t i = 0; i < arraysize(kProtocolList); ++i) { |
if (scheme == kProtocolList[i]) |