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

Unified Diff: remoting/host/breakpad_linux.cc

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_linux.cc
diff --git a/remoting/host/breakpad_linux.cc b/remoting/host/breakpad_linux.cc
new file mode 100644
index 0000000000000000000000000000000000000000..1431079afac904c689f9424306b314c04b8e55d6
--- /dev/null
+++ b/remoting/host/breakpad_linux.cc
@@ -0,0 +1,13 @@
+// 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() {
+ // TODO(alexeypa): initialize crash dump collection here.
Wez 2012/06/06 15:52:03 nit: Replace TODO with a crbug reference.
alexeypa (please no reviews) 2012/06/06 16:53:56 Done.
+}
+
+} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698