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

Unified Diff: third_party/crashpad/crashpad/util/mac/mac_util.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/util/mac/mac_util.h
diff --git a/third_party/crashpad/crashpad/util/mac/mac_util.h b/third_party/crashpad/crashpad/util/mac/mac_util.h
index 9cedfdfb2ca2bb8d3fba8ba066cd3734df4918d7..d8b71598aa31737c528da2f183c36f003dc74962 100644
--- a/third_party/crashpad/crashpad/util/mac/mac_util.h
+++ b/third_party/crashpad/crashpad/util/mac/mac_util.h
@@ -21,8 +21,8 @@ namespace crashpad {
//! \brief Returns the version of the running operating system.
//!
-//! \return The minor version of the operating system, such as `9` for Mac OS X
-//! 10.9.2.
+//! \return The minor version of the operating system, such as `12` for macOS
+//! 10.12.1.
//!
//! \note This is similar to the base::mac::IsOS*() family of functions, but
//! is provided for situations where the caller needs to obtain version
@@ -35,17 +35,17 @@ int MacOSXMinorVersion();
//! All parameters are required. No parameter may be `nullptr`.
//!
//! \param[out] major The major version of the operating system, such as `10`
-//! for Mac OS X 10.9.2.
-//! \param[out] minor The major version of the operating system, such as `9` for
-//! Mac OS X 10.9.2.
-//! \param[out] bugfix The bugfix version of the operating system, such as `2`
-//! for Mac OS X 10.9.2.
-//! \param[out] build The operating system’s build string, such as "13C64" for
-//! Mac OS X 10.9.2.
-//! \param[out] server `true` for a Mac OS X Server installation, `false`
-//! otherwise (for a desktop/laptop, client, or workstation system).
+//! for macOS 10.12.1.
+//! \param[out] minor The major version of the operating system, such as `12`
+//! for macOS 10.12.1.
+//! \param[out] bugfix The bugfix version of the operating system, such as `1`
+//! for macOS 10.12.1.
+//! \param[out] build The operating system’s build string, such as `"16B2657"`
+//! for macOS 10.12.1.
+//! \param[out] server `true` for a macOS Server installation, `false` otherwise
+//! (for a desktop/laptop, client, or workstation system).
//! \param[out] version_string A string representing the full operating system
-//! version, such as `"Mac OS X 10.9.2 (13C64)"`.
+//! version, such as `"macOS 10.12.1 (16B2657)"`.
//!
//! \return `true` on success, `false` on failure, with an error message logged.
//! A failure is considered to have occurred if any element could not be
« no previous file with comments | « third_party/crashpad/crashpad/util/mac/launchd.h ('k') | third_party/crashpad/crashpad/util/mac/mac_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698