Update to Chromium revision bc084a8b (#530369)

This commit is contained in:
Marshall Greenblatt
2018-02-14 19:12:09 -05:00
parent ac86b61139
commit 9e644b7538
113 changed files with 1930 additions and 1797 deletions

View File

@@ -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)