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

Unified Diff: components/feedback/feedback_data.cc

Issue 328863002: Fix missing system_logs.zip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/feedback/feedback_data.cc
diff --git a/components/feedback/feedback_data.cc b/components/feedback/feedback_data.cc
index d65e4e2d5e8410c30a6cddbda1b7abf90bf5e1ed..41e1f57293c8ef01f849c4d4b598bb551942ebb1 100644
--- a/components/feedback/feedback_data.cc
+++ b/components/feedback/feedback_data.cc
@@ -58,9 +58,9 @@ void FeedbackData::SetAndCompressSystemInfo(
}
}
- AddLogs(sys_info.Pass());
if (sys_info.get()) {
++pending_op_count_;
+ AddLogs(sys_info.Pass());
BrowserThread::PostBlockingPoolTaskAndReply(
FROM_HERE,
base::Bind(&FeedbackCommon::CompressLogs, this),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698