Commit 123250fd authored by qsr@chromium.org's avatar qsr@chromium.org

Update breakpad to rev: 886.


BUG=None
TEST=None


Review URL: http://codereview.chromium.org/8595014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110931 0039d316-1c4b-4281-b951-d872f2087c98
parent 95760013
......@@ -36,7 +36,7 @@ vars = {
deps = {
"src/breakpad/src":
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@875",
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@886",
"src/build/util/support":
"/trunk/deps/support@20411",
......
......@@ -80,7 +80,7 @@
'sources': [
'src/common/mac/HTTPMultipartUpload.m',
'src/client/mac/sender/crash_report_sender.m',
'src/client/mac/sender/uploader.m',
'src/client/mac/sender/uploader.mm',
'src/common/mac/GTMLogger.m',
],
'mac_bundle_resources': [
......
......@@ -342,6 +342,8 @@ void CrashService::OnClientExited(void* context,
void CrashService::OnClientDumpRequest(void* context,
const google_breakpad::ClientInfo* client_info,
const google_breakpad::CrashGenerationServer::ClientDumpRequestType
request_type,
const std::wstring* file_path) {
ProcessingLock lock;
......
......@@ -11,11 +11,11 @@
#include "base/basictypes.h"
#include "base/file_path.h"
#include "base/synchronization/lock.h"
#include "breakpad/src/client/windows/crash_generation/crash_generation_server.h"
namespace google_breakpad {
class CrashReportSender;
class CrashGenerationServer;
class ClientInfo;
}
......@@ -89,6 +89,8 @@ class CrashService {
static void OnClientDumpRequest(
void* context,
const google_breakpad::ClientInfo* client_info,
const google_breakpad::CrashGenerationServer::ClientDumpRequestType
request_type,
const std::wstring* file_path);
static void OnClientExited(void* context,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment