| Index: snapshot/win/process_snapshot_win.h
|
| diff --git a/snapshot/win/process_snapshot_win.h b/snapshot/win/process_snapshot_win.h
|
| index 6cb4976d1ba1e5e5e22dedf68d02d1e6d0d6e7b4..5c0b1b3554c1c323aa0d7c4d4adc3f9e0d972e5e 100644
|
| --- a/snapshot/win/process_snapshot_win.h
|
| +++ b/snapshot/win/process_snapshot_win.h
|
| @@ -52,10 +52,14 @@ class ProcessSnapshotWin final : public ProcessSnapshot {
|
| //! \brief Initializes the object.
|
| //!
|
| //! \param[in] process The handle to create a snapshot from.
|
| + //! \param[in] suspension_state Whether \a process has been suspended by the
|
| + //! caller.
|
| //!
|
| //! \return `true` if the snapshot could be created, `false` otherwise with
|
| //! an appropriate message logged.
|
| - bool Initialize(HANDLE process);
|
| + //!
|
| + //! \sa ScopedProcessSuspend
|
| + bool Initialize(HANDLE process, ProcessSuspensionState suspension_state);
|
|
|
| //! \brief Initializes the object's exception.
|
| //!
|
|
|