Commit 0eac439a authored by grt's avatar grt Committed by Commit bot

Add SVG to potential file associations.

BUG=305397
R=gab@chromium.org

Review-Url: https://codereview.chromium.org/2611973002
Cr-Commit-Position: refs/heads/master@{#441710}
parent e3dcf05a
...@@ -1375,7 +1375,7 @@ const wchar_t* ShellUtil::kAppPathsRegistryPathName = L"Path"; ...@@ -1375,7 +1375,7 @@ const wchar_t* ShellUtil::kAppPathsRegistryPathName = L"Path";
const wchar_t* ShellUtil::kDefaultFileAssociations[] = {L".htm", L".html", const wchar_t* ShellUtil::kDefaultFileAssociations[] = {L".htm", L".html",
L".shtml", L".xht", L".xhtml", NULL}; L".shtml", L".xht", L".xhtml", NULL};
const wchar_t* ShellUtil::kPotentialFileAssociations[] = {L".htm", L".html", 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", const wchar_t* ShellUtil::kBrowserProtocolAssociations[] = {L"ftp", L"http",
L"https", NULL}; L"https", NULL};
const wchar_t* ShellUtil::kPotentialProtocolAssociations[] = {L"ftp", L"http", const wchar_t* ShellUtil::kPotentialProtocolAssociations[] = {L"ftp", L"http",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment