12 lines
471 B
C
12 lines
471 B
C
|
// Copyright 2016 The Chromium Embedded Framework Authors. Portions copyright
|
||
|
// 2016 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.
|
||
|
|
||
|
namespace crash_reporting_win {
|
||
|
|
||
|
// Called from libcef to initialize crash key globals. Retrieves the necessary
|
||
|
// state from chrome_elf via exported functions.
|
||
|
bool InitializeCrashReportingForModule();
|
||
|
|
||
|
} // namespace crash_reporting_win
|