Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3196)

Unified Diff: chrome/install_static/google_chrome_install_modes.cc

Issue 2764963002: Move ProgID methods from BrowserDistribution into install_static. (Closed)
Patch Set: huangs comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/install_static/chromium_install_modes.cc ('k') | chrome/install_static/install_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/install_static/chromium_install_modes.cc ('k') | chrome/install_static/install_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698