14 lines
631 B
Diff
14 lines
631 B
Diff
diff --git a/chrome/app/chrome_crash_reporter_client.cc b/chrome/app/chrome_crash_reporter_client.cc
|
|
index f0c0ff0871ee92a9ae7f4c634372cf0a550321d0..731d8803cab27c787ba173738dacc923db7a6699 100644
|
|
--- a/chrome/app/chrome_crash_reporter_client.cc
|
|
+++ b/chrome/app/chrome_crash_reporter_client.cc
|
|
@@ -169,7 +169,7 @@ bool ChromeCrashReporterClient::IsRunningUnattended() {
|
|
}
|
|
|
|
bool ChromeCrashReporterClient::GetCollectStatsConsent() {
|
|
-#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
|
|
+#if BUILDFLAG(GOOGLE_CHROME_BRANDING) || defined(OFFICIAL_BUILD)
|
|
bool is_official_chrome_build = true;
|
|
#else
|
|
bool is_official_chrome_build = false;
|