1 // Copyright (c) 2019 The Chromium Embedded Framework Authors. 2 // Portions copyright (c) 2013 The Chromium Authors. All rights reserved. 3 // Use of this source code is governed by a BSD-style license that can be 4 // found in the LICENSE file. 5 6 #include "build/build_config.h" 7 8 #if BUILDFLAG(IS_MAC) 9 10 #include "chrome/app/chrome_crash_reporter_client.h" 11 12 // Required due to https://crrev.com/1c9f89a06f Create()13void ChromeCrashReporterClient::Create() {} 14 15 #endif // BUILDFLAG(IS_MAC) 16