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

Issue 16058005: PolicyDomainDescriptor must be RefCountedThreadSafe. (Closed)

Created:
7 years, 6 months ago by Joao da Silva
Modified:
7 years, 6 months ago
Reviewers:
bartfab (slow)
CC:
chromium-reviews
Visibility:
Public.

Description

PolicyDomainDescriptor must be RefCountedThreadSafe. These objects are created on the UI thread but some of them are passed to the FILE thread, which may old the last reference. This was caught by the in_dtor_ check. Since they live across threads then they must be RefCountedThreadSafe. BUG=None R=bartfab@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202452

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M chrome/browser/policy/policy_domain_descriptor.h View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Joao da Silva
7 years, 6 months ago (2013-05-27 18:03:13 UTC) #1
bartfab (slow)
lgtm
7 years, 6 months ago (2013-05-27 18:03:45 UTC) #2
Joao da Silva
7 years, 6 months ago (2013-05-27 18:05:15 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r202452 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698