Index: chrome/browser/history/url_index_private_data.cc |
=================================================================== |
--- chrome/browser/history/url_index_private_data.cc (revision 128756) |
+++ chrome/browser/history/url_index_private_data.cc (working copy) |
@@ -912,7 +912,6 @@ |
whitelist->insert(std::string(chrome::kAboutScheme)); |
whitelist->insert(std::string(chrome::kChromeUIScheme)); |
whitelist->insert(std::string(chrome::kFileScheme)); |
- whitelist->insert(std::string(chrome::kFileSystemScheme)); |
whitelist->insert(std::string(chrome::kFtpScheme)); |
whitelist->insert(std::string(chrome::kHttpScheme)); |
whitelist->insert(std::string(chrome::kHttpsScheme)); |