2019-01-17 10:56:52 +01:00
|
|
|
// Copyright (c) 2019 The Chromium Embedded Framework Authors.
|
|
|
|
// Portions copyright (c) 2013 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 "build/build_config.h"
|
|
|
|
|
2020-08-29 00:39:23 +02:00
|
|
|
#if defined(OS_MAC)
|
2019-01-17 10:56:52 +01:00
|
|
|
|
|
|
|
#include "chrome/app/chrome_crash_reporter_client.h"
|
|
|
|
|
|
|
|
// Required due to https://crrev.com/1c9f89a06f
|
|
|
|
void ChromeCrashReporterClient::Create() {}
|
|
|
|
|
2020-08-29 00:39:23 +02:00
|
|
|
#endif // defined(OS_MAC)
|