Index: client/crashpad_client_mac.cc |
diff --git a/client/crashpad_client_mac.cc b/client/crashpad_client_mac.cc |
index e97e58b15f3dd11f8cfc07cc95f8b53008ece814..63a1a0bedfd3017291eee1976683887705350d95 100644 |
--- a/client/crashpad_client_mac.cc |
+++ b/client/crashpad_client_mac.cc |
@@ -177,6 +177,11 @@ bool CrashpadClient::StartHandler( |
return exception_port_ ? true : false; |
} |
+bool SetHandler(const std::string& ipc_port) { |
+ // This is not implemented for Mac. See crashpad_client_win.cc. |
+ return false; |
+} |
+ |
bool CrashpadClient::UseHandler() { |
DCHECK_NE(exception_port_, kMachPortNull); |