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

Unified Diff: chrome/install_static/install_util.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/install_util.h ('k') | chrome/installer/setup/uninstall.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/install_static/install_util.cc
diff --git a/chrome/install_static/install_util.cc b/chrome/install_static/install_util.cc
index 9ff2bcde8bf6e3192279f9d7ec2606006fe9bd2d..15e98cc0dd9dacf5c59a4beb7daae9b156ebf80d 100644
--- a/chrome/install_static/install_util.cc
+++ b/chrome/install_static/install_util.cc
@@ -324,6 +324,14 @@ const wchar_t* GetBaseAppId() {
return InstallDetails::Get().base_app_id();
}
+const wchar_t* GetProgIdPrefix() {
+ return InstallDetails::Get().mode().prog_id_prefix;
+}
+
+const wchar_t* GetProgIdDescription() {
+ return InstallDetails::Get().mode().prog_id_description;
+}
+
bool GetCollectStatsConsent() {
bool enabled = true;
« no previous file with comments | « chrome/install_static/install_util.h ('k') | chrome/installer/setup/uninstall.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698