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

Unified Diff: chrome/install_static/install_constants.h

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
Index: chrome/install_static/install_constants.h
diff --git a/chrome/install_static/install_constants.h b/chrome/install_static/install_constants.h
index ee619425b01d5de061c4e19fcc1116e0bf477f97..f6c6935ea2f7448c485c9081dfb8194d790aca57 100644
--- a/chrome/install_static/install_constants.h
+++ b/chrome/install_static/install_constants.h
@@ -59,6 +59,10 @@ struct InstallConstants {
// empty string if the brand does not integrate with Google Update.
const wchar_t* app_guid;
+ // The unsuffixed application name of this program. This is the base of the
+ // name registered with Default Programs on Windows.
+ const wchar_t* base_app_name;
+
// The unsuffixed portion of the AppUserModelId. The AppUserModelId is used to
// group an app's windows together on the Windows taskbar along with its
// corresponding shortcuts; see
« no previous file with comments | « chrome/install_static/google_chrome_install_modes.cc ('k') | chrome/install_static/install_modes_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698