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

Unified Diff: third_party/crashpad/crashpad/tools/tool_support.h

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 years 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/tools/tool_support.h
diff --git a/third_party/crashpad/crashpad/tools/tool_support.h b/third_party/crashpad/crashpad/tools/tool_support.h
index 79dc7524f7c1e761614673a969ba923c12fe6b0f..e3a50614f3e4b0004b5566ca79befed124fd28dd 100644
--- a/third_party/crashpad/crashpad/tools/tool_support.h
+++ b/third_party/crashpad/crashpad/tools/tool_support.h
@@ -41,6 +41,8 @@ class ToolSupport {
//! of its arguments.
//!
//! \param[in] me The tool’s name, the basename of `argv[0]`.
+ //! \param[in] hint A hint to display before the suggestion to try `--help`.
+ //! Optional, may be `nullptr`, in which case no hint will be presented.
static void UsageHint(const base::FilePath& me, const char* hint);
#if defined(OS_POSIX) || DOXYGEN
« no previous file with comments | « third_party/crashpad/crashpad/tools/mac/run_with_crashpad.md ('k') | third_party/crashpad/crashpad/util/mac/launchd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698