Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1334)

Unified Diff: third_party/crashpad/crashpad/test/win/child_launcher.h

Issue 2833533003: Update Crashpad to f487da4ff2c47a129e2f8f3a7e0c769b54e4585f (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698