Index: remoting/host/breakpad_mac.mm |
diff --git a/remoting/host/breakpad_mac.mm b/remoting/host/breakpad_mac.mm |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4a4073363309305b420e23a39b2125039bd2fc68 |
--- /dev/null |
+++ b/remoting/host/breakpad_mac.mm |
@@ -0,0 +1,14 @@ |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "remoting/host/breakpad.h" |
+ |
+namespace remoting { |
+ |
+void InitializeCrashReporting() { |
+ // Do nothing since the crash dump reporting on Mac is initialized differently |
+ // than on Linux and Windows. |
Wez
2012/06/06 15:52:03
nit: I think you mean "do nothing because crash du
alexeypa (please no reviews)
2012/06/06 16:53:56
Done.
|
+} |
+ |
+} // namespace remoting |