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

Unified Diff: chrome/install_static/chromium_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/browser/ui/views/uninstall_view.cc ('k') | chrome/install_static/google_chrome_install_modes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/install_static/chromium_install_modes.cc
diff --git a/chrome/install_static/chromium_install_modes.cc b/chrome/install_static/chromium_install_modes.cc
index 7592c20960665ef16533db317f551fec0b88c185..816c6d90b3f8da1a6fe8b515be2bec0e76e99b8e 100644
--- a/chrome/install_static/chromium_install_modes.cc
+++ b/chrome/install_static/chromium_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"", // Empty app_guid since no integraion with Google Update.
+ L"Chromium", // A distinct base_app_name.
L"Chromium", // A distinct base_app_id.
L"ChromiumHTM", // ProgID prefix.
L"Chromium HTML Document", // ProgID description.
« no previous file with comments | « chrome/browser/ui/views/uninstall_view.cc ('k') | chrome/install_static/google_chrome_install_modes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698