DescriptionFix the allHistory flag on chrome.history.onVisitRemoved event.
Calling chrome.history.deleteAll results in chrome.history.onVisitRemoved
events to be dispatched with the allHistory flag being false instead of true.
This fix changes the call to ExpireHistoryBetween so that begin_time and
end_time are null which results in the history backend using a special path
to delete all history and dispatch the right event.
BUG=258445
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=211376
Patch Set 1 #Patch Set 2 : Fix incorrect direct constructor call. #Messages
Total messages: 10 (0 generated)
|