Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: chrome/tools/crash_service/crash_service.h

Issue 8595014: Update breakpad to rev: 886. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove whitespace Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « breakpad/breakpad.gyp ('k') | chrome/tools/crash_service/crash_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/crash_service/crash_service.h
diff --git a/chrome/tools/crash_service/crash_service.h b/chrome/tools/crash_service/crash_service.h
index 9cb45d1229df9cdab1b75200beac89953920367b..0b0f63fc53f040149232d0b2bdfe60c3d5873d35 100644
--- a/chrome/tools/crash_service/crash_service.h
+++ b/chrome/tools/crash_service/crash_service.h
@@ -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,
« no previous file with comments | « breakpad/breakpad.gyp ('k') | chrome/tools/crash_service/crash_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698