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

Unified Diff: chrome/install_static/install_util.cc

Issue 2718063002: Use install_static::GetAppGuid in place of BrowserDistribution and AppRegistrationData. (Closed)
Patch Set: Chromium compile fix Created 3 years, 10 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_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;

Powered by Google App Engine
This is Rietveld 408576698