OLD | NEW |
---|---|
(Empty) | |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #include "remoting/host/breakpad.h" | |
6 | |
7 namespace remoting { | |
8 | |
9 void InitializeCrashReporting() { | |
10 // 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.
| |
11 } | |
12 | |
13 } // namespace remoting | |
OLD | NEW |