Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 1aa8af7

Browse files
authored
Never upload domain reliability reports
1 parent 8909de0 commit 1aa8af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/domain_reliability/uploader.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class DomainReliabilityUploaderImpl
8282
if (discard_uploads_)
8383
discarded_upload_count_++;
8484

85-
if (discard_uploads_ || shutdown_) {
85+
if (true) {
8686
VLOG(1) << "Discarding report instead of uploading.";
8787
UploadResult result;
8888
result.status = UploadResult::SUCCESS;

0 commit comments

Comments
 (0)