| Index: snapshot/win/process_reader_win.cc
|
| diff --git a/snapshot/win/process_reader_win.cc b/snapshot/win/process_reader_win.cc
|
| index 3daf7e6ea2488689891e5544a60681459fa7e737..b8086afda7568c56bfb1307f2125be32ec453fe7 100644
|
| --- a/snapshot/win/process_reader_win.cc
|
| +++ b/snapshot/win/process_reader_win.cc
|
| @@ -280,6 +280,11 @@ const std::vector<ProcessInfo::Module>& ProcessReaderWin::Modules() {
|
| return modules_;
|
| }
|
|
|
| +const ProcessInfo& ProcessReaderWin::GetProcessInfo() const {
|
| + INITIALIZATION_STATE_DCHECK_VALID(initialized_);
|
| + return process_info_;
|
| +}
|
| +
|
| template <class Traits>
|
| void ProcessReaderWin::ReadThreadData(bool is_64_reading_32) {
|
| DCHECK(threads_.empty());
|
|
|