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

Unified Diff: chrome/install_static/install_util.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/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 53d393de6539d18d746a6cd6a0a43218d210ee7a..8125a511efeb4223fe2e020d978bc09cac3d6209 100644
--- a/chrome/install_static/install_util.cc
+++ b/chrome/install_static/install_util.cc
@@ -329,6 +329,10 @@ const wchar_t* GetAppGuid() {
return InstallDetails::Get().app_guid();
}
+std::wstring GetBaseAppName() {
+ return InstallDetails::Get().mode().base_app_name;
+}
+
const wchar_t* GetBaseAppId() {
return InstallDetails::Get().base_app_id();
}
« 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