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 a9e20046a9a30de892f204220f99c7d0368bfe31..37ed91871af7def6862cc5e007484deed46dd14d 100644
|
|
--- a/chrome/app/chrome_crash_reporter_client.cc
|
|
+++ b/chrome/app/chrome_crash_reporter_client.cc
|
|
@@ -160,7 +160,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;
|