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

Unified Diff: client/crashpad_client_win.cc

Issue 1314683008: win: Add version to client registration request (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 3 months 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 | « no previous file | util/win/exception_handler_server.cc » ('j') | util/win/registration_protocol_win.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/crashpad_client_win.cc
diff --git a/client/crashpad_client_win.cc b/client/crashpad_client_win.cc
index 495dde4fd634e35016823668357e810081b06f86..b2ab03a03112e4e727b7d33422406dac59ed98f0 100644
--- a/client/crashpad_client_win.cc
+++ b/client/crashpad_client_win.cc
@@ -105,6 +105,7 @@ bool CrashpadClient::SetHandler(const std::string& ipc_port) {
ClientToServerMessage message;
memset(&message, 0, sizeof(message));
message.type = ClientToServerMessage::kRegister;
+ message.registration.version = RegistrationRequest::kMessageVersion;
message.registration.client_process_id = GetCurrentProcessId();
message.registration.exception_information =
reinterpret_cast<WinVMAddress>(&g_exception_information);
« no previous file with comments | « no previous file | util/win/exception_handler_server.cc » ('j') | util/win/registration_protocol_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698