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

Unified Diff: client/crashpad_client_mac.cc

Issue 1095273003: crashpad client for windows (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: cleanup Created 5 years, 8 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: 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);

Powered by Google App Engine
This is Rietveld 408576698