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:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "base/strings/string_piece_forward.h"
|
||||
#include "build/build_config.h"
|
||||
|
||||
namespace base {
|
||||
@@ -15,6 +16,10 @@ namespace crash_reporting {
|
||||
// Returns true if crash reporting is enabled.
|
||||
bool Enabled();
|
||||
|
||||
// Set or clear a crash key value.
|
||||
bool SetCrashKeyValue(const base::StringPiece& key,
|
||||
const base::StringPiece& value);
|
||||
|
||||
// Functions are called from similarly named methods in CefMainDelegate.
|
||||
|
||||
#if defined(OS_POSIX)
|
||||
|
Reference in New Issue
Block a user