| Index: chrome/install_static/google_chrome_install_modes.cc
|
| diff --git a/chrome/install_static/google_chrome_install_modes.cc b/chrome/install_static/google_chrome_install_modes.cc
|
| index a49068456f9d341440b4eead704f963fdb930ce9..a163d6be6d8a6cab02983f2efb9e72c2f3dfeb34 100644
|
| --- a/chrome/install_static/google_chrome_install_modes.cc
|
| +++ b/chrome/install_static/google_chrome_install_modes.cc
|
| @@ -33,6 +33,8 @@ const InstallConstants kInstallModes[] = {
|
| L"", // No logo suffix for the primary install mode.
|
| L"{8A69D345-D564-463c-AFF1-A69D9E530F96}",
|
| L"Chrome", // A distinct base_app_id.
|
| + L"ChromeHTML", // ProgID prefix.
|
| + L"Chrome HTML Document", // ProgID description.
|
| L"", // The empty string means "stable".
|
| ChannelStrategy::ADDITIONAL_PARAMETERS,
|
| true, // Supports system-level installs.
|
| @@ -48,6 +50,8 @@ const InstallConstants kInstallModes[] = {
|
| L"Canary",
|
| L"{4ea16ac7-fd5a-47c3-875b-dbf4a2008c20}",
|
| L"ChromeCanary", // A distinct base_app_id.
|
| + L"ChromeSSHTM", // ProgID prefix.
|
| + L"Chrome Canary HTML Document", // ProgID description.
|
| L"canary",
|
| ChannelStrategy::FIXED,
|
| false, // Does not support system-level installs.
|
|
|