Descriptiongdata: Fix a bug where |root_| was accessed without a lock
|root_| was accessed without a lock in FindEntryByPathOnCallingThread(),
which is used to complete FindEntryByPathAsync().
Along the way, rename FindEntryByPathOnCallingThread() to
FindEntryByPathSyncOnUIThread(), and add a couple of
DCHECK(CurrentlyOn(UI)), where FindEntryByPathSyncOnUIThread() is called.
BUG=chromium-os:30204
TEST=unit tests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=134763
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|