| Index: chrome/browser/history/in_memory_url_index.cc
|
| diff --git a/chrome/browser/history/in_memory_url_index.cc b/chrome/browser/history/in_memory_url_index.cc
|
| index eb03b95ddbf0f04f4741013f78dec4250e62c6ab..7cdcd10bfb6357fa678309570116b560ec4d7785 100644
|
| --- a/chrome/browser/history/in_memory_url_index.cc
|
| +++ b/chrome/browser/history/in_memory_url_index.cc
|
| @@ -139,6 +139,7 @@ void InMemoryURLIndex::InitializeSchemeWhitelist(
|
| 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));
|
|
|