DescriptionHistoryQuickProviderTest.DeleteMatch thread safety fix.
history_backend is not supposed to be used except on the history thread.
The existing code manages to run because all of the underlying
sql::Connection statements were generated before test SetUp() completed,
so the previous calls could read statements from the cache without
modifying it.
BUG=537681
Committed: https://crrev.com/f20e6bb6c89853231d3ad519456a1df000eaf3e4
Cr-Commit-Position: refs/heads/master@{#352073}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Convert to HistoryDBTask. #Messages
Total messages: 19 (6 generated)
|