mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
Currently, TaskMemory implements the ProcessMemory interface almost exactly; however, it's initialized using a constructor instead of an Initialize method which makes it incompatible with a number of ProcessMemory tests. Change its initialization to match the other ProcessMemory classes. Bug: crashpad:263 Change-Id: I8022dc3e1827a5bb398aace0058ce9494b6b6eb6 Reviewed-on: https://chromium-review.googlesource.com/c/1384447 Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>