| Index: chrome/install_static/install_util.cc
|
| diff --git a/chrome/install_static/install_util.cc b/chrome/install_static/install_util.cc
|
| index 6101f59ecf4cb2bdf02e49104cd5419d34b6f1c9..0def16a183013c091d6d1d93e7c4eb578668d2ae 100644
|
| --- a/chrome/install_static/install_util.cc
|
| +++ b/chrome/install_static/install_util.cc
|
| @@ -311,6 +311,10 @@ bool IsSystemInstall() {
|
| return InstallDetails::Get().system_level();
|
| }
|
|
|
| +const wchar_t* GetAppGuid() {
|
| + return InstallDetails::Get().app_guid();
|
| +}
|
| +
|
| bool GetCollectStatsConsent() {
|
| bool enabled = true;
|
|
|
|
|