mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision bc084a8b (#530369)
This commit is contained in:
19
libcef/common/cef_crash_report_utils.h
Normal file
19
libcef/common/cef_crash_report_utils.h
Normal file
@@ -0,0 +1,19 @@
|
||||
// Copyright 2018 The Chromium Embedded Framework Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CEF_LIBCEF_COMMON_CEF_CRASH_REPORT_UTILS_H_
|
||||
#define CEF_LIBCEF_COMMON_CEF_CRASH_REPORT_UTILS_H_
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
namespace crash_report_utils {
|
||||
|
||||
using ParameterMap = std::map<std::string, std::string>;
|
||||
|
||||
ParameterMap FilterParameters(const ParameterMap& parameters);
|
||||
|
||||
} // namespace crash_report_utils
|
||||
|
||||
#endif // CEF_LIBCEF_COMMON_CEF_CRASH_REPORT_UTILS_H_
|
Reference in New Issue
Block a user