Index: chrome/installer/util/shell_util.cc |
diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc |
index 948805a997dd5492123ba1d9e7642549023cb844..57784fb81d3c325e61179cef4bbea2c332626a73 100644 |
--- a/chrome/installer/util/shell_util.cc |
+++ b/chrome/installer/util/shell_util.cc |
@@ -1375,7 +1375,7 @@ const wchar_t* ShellUtil::kAppPathsRegistryPathName = L"Path"; |
const wchar_t* ShellUtil::kDefaultFileAssociations[] = {L".htm", L".html", |
L".shtml", L".xht", L".xhtml", NULL}; |
const wchar_t* ShellUtil::kPotentialFileAssociations[] = {L".htm", L".html", |
- L".pdf", L".shtml", L".xht", L".xhtml", L".webp", NULL}; |
+ L".pdf", L".shtml", L".svg", L".xht", L".xhtml", L".webp", NULL}; |
const wchar_t* ShellUtil::kBrowserProtocolAssociations[] = {L"ftp", L"http", |
L"https", NULL}; |
const wchar_t* ShellUtil::kPotentialProtocolAssociations[] = {L"ftp", L"http", |