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

Issue 186903003: Merge 254314 "Fix race condition in uploading feedback reports." (Closed)

Created:
6 years, 9 months ago by rkc
Modified:
6 years, 9 months ago
Reviewers:
rkc
CC:
chromium-reviews
Visibility:
Public.

Description

Merge 254314 "Fix race condition in uploading feedback reports." > Fix race condition in uploading feedback reports. > It is possible that if the browser starts and shuts down really quickly, we may end up with a race where the context passed to LoadReports has been nullified. We can completely avoid this race by simply passing in the user directory to LoadReportsAndQueue since the method doesn't really need the context for anything else. > > R=zork@chromium.org > BUG=345805 > > Review URL: https://codereview.chromium.org/185003005 TBR=rkc@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=254799

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -13 lines) Patch
M chrome/browser/feedback/feedback_profile_observer.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/feedback/feedback_report.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/feedback/feedback_report.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/feedback/feedback_uploader.h View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
rkc
6 years, 9 months ago (2014-03-04 19:34:15 UTC) #1
rkc
6 years, 9 months ago (2014-03-04 19:34:54 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r254799.

Powered by Google App Engine
This is Rietveld 408576698