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

Unified Diff: chrome/install_static/google_chrome_install_modes.cc

Issue 2778223004: Move GetBaseAppName into install_static. (Closed)
Patch Set: sync to position 460686 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 930a3e29b1a1127d358606a3448116c78fb04929..4202e85bd6adf968961b0b7176d029076c9ad9a2 100644
--- a/chrome/install_static/google_chrome_install_modes.cc
+++ b/chrome/install_static/google_chrome_install_modes.cc
@@ -32,6 +32,7 @@ const InstallConstants kInstallModes[] = {
L"", // Empty install_suffix for the primary install mode.
L"", // No logo suffix for the primary install mode.
L"{8A69D345-D564-463c-AFF1-A69D9E530F96}",
+ L"Google Chrome", // A distinct base_app_name.
L"Chrome", // A distinct base_app_id.
L"ChromeHTML", // ProgID prefix.
L"Chrome HTML Document", // ProgID description.
@@ -54,6 +55,7 @@ const InstallConstants kInstallModes[] = {
L" SxS", // Install suffix.
L"Canary", // Logo suffix.
L"{4ea16ac7-fd5a-47c3-875b-dbf4a2008c20}", // A distinct app GUID.
+ L"Google Chrome Canary", // A distinct base_app_name.
L"ChromeCanary", // A distinct base_app_id.
L"ChromeSSHTM", // ProgID prefix.
L"Chrome Canary HTML Document", // ProgID description.
« 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