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

Unified Diff: third_party/crashpad/crashpad/compat/mac/kern/exc_resource.h

Issue 2236493004: Update Crashpad to 56b14bceefcec03fc11b3222c435522922f65640 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/compat/mac/kern/exc_resource.h
diff --git a/third_party/crashpad/crashpad/compat/mac/kern/exc_resource.h b/third_party/crashpad/crashpad/compat/mac/kern/exc_resource.h
index 30e9b855115535faf4430ec7920fc1437dfe3a87..ca8943d37d12ae5708025e4715ec11ce3c4a44af 100644
--- a/third_party/crashpad/crashpad/compat/mac/kern/exc_resource.h
+++ b/third_party/crashpad/crashpad/compat/mac/kern/exc_resource.h
@@ -59,4 +59,18 @@
#define FLAVOR_CPU_MONITOR_FATAL 2
#endif
+// 10.12 SDK
+
+#ifndef RESOURCE_TYPE_IO
+#define RESOURCE_TYPE_IO 4
+#endif
+
+#ifndef FLAVOR_IO_PHYSICAL_WRITES
+#define FLAVOR_IO_PHYSICAL_WRITES 1
+#endif
+
+#ifndef FLAVOR_IO_LOGICAL_WRITES
+#define FLAVOR_IO_LOGICAL_WRITES 2
+#endif
+
#endif // CRASHPAD_COMPAT_MAC_KERN_EXC_RESOURCE_H_

Powered by Google App Engine
This is Rietveld 408576698