| 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;
|
|
|
|
|