blob: cf69a11eea418007ea7cf85b6121aad7974d31e9 [file] [log] [blame]
[email protected]e643e57c2012-01-28 02:26:091// Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]ef916272009-07-08 21:40:552// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_COMMON_CHILD_PROCESS_LOGGING_H_
6#define CHROME_COMMON_CHILD_PROCESS_LOGGING_H_
7
avi2729e442015-12-26 05:27:458#include "build/build_config.h"
[email protected]38b80bba2012-06-29 17:54:139
[email protected]ef916272009-07-08 21:40:5510namespace child_process_logging {
11
[email protected]27b38d62013-08-14 18:12:1112#if defined(OS_WIN)
[email protected]27b38d62013-08-14 18:12:1113// Sets up the base/debug/crash_logging.h mechanism.
14void Init();
[email protected]42d46a82013-09-25 14:47:0215#endif // defined(OS_WIN)
[email protected]27b38d62013-08-14 18:12:1116
[email protected]4f052882013-08-16 21:05:1217} // namespace child_process_logging
[email protected]27b38d62013-08-14 18:12:1118
[email protected]ef916272009-07-08 21:40:5519#endif // CHROME_COMMON_CHILD_PROCESS_LOGGING_H_