| Index: third_party/crashpad/crashpad/test/win/child_launcher.h
|
| diff --git a/third_party/crashpad/crashpad/test/win/child_launcher.h b/third_party/crashpad/crashpad/test/win/child_launcher.h
|
| index 22463fa5a741614ef17edbc6eb642a7079a06b7e..6674efe26a53bdeb0c10c00dcd57a50f83200403 100644
|
| --- a/third_party/crashpad/crashpad/test/win/child_launcher.h
|
| +++ b/third_party/crashpad/crashpad/test/win/child_launcher.h
|
| @@ -39,6 +39,9 @@ class ChildLauncher {
|
|
|
| //! \brief Starts the child process, after which the handle functions below
|
| //! will be valid.
|
| + //!
|
| + //! Errors are signaled via gtest assertions. This method may be invoked via
|
| + //! `ASSERT_NO_FATAL_FAILURE()` to assert that it succeeds.
|
| void Start();
|
|
|
| //! \brief Waits for the child process to exit.
|
|
|