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

Unified Diff: remoting/host/breakpad_mac.mm

Issue 10495003: Make Chromoting Host report crashes to Breakpad (Windows only). The user must enable crash dumps co… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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: 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

Powered by Google App Engine
This is Rietveld 408576698