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 |