| 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
|
|
|