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

Unified Diff: util/win/registration_protocol_win.h

Issue 1405243002: Fix CRITICAL_SECTION test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 years, 2 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 | « util/win/critical_section_with_debug_info_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/win/registration_protocol_win.h
diff --git a/util/win/registration_protocol_win.h b/util/win/registration_protocol_win.h
index 9a7bd29688505efd29ceb738a9ac6185725353d0..a691931d8f84183cc16d5bc70c98c5166342df7a 100644
--- a/util/win/registration_protocol_win.h
+++ b/util/win/registration_protocol_win.h
@@ -61,10 +61,10 @@ struct RegistrationRequest {
//! \brief The address, in the client process's address space, of a
//! `CRITICAL_SECTION` allocated with a valid .DebugInfo field. This can
- //! be accomplished by using the
- //! `RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO` flag to
- //! `InitializeCriticalSectionEx()`. This value can be `0`, however then
- //! limited lock data will be available in minidumps.
+ //! be accomplished by using
+ //! InitializeCriticalSectionWithDebugInfoIfPossible() or equivalent. This
+ //! value can be `0`, however then limited lock data will be available in
+ //! minidumps.
WinVMAddress critical_section_address;
};
« no previous file with comments | « util/win/critical_section_with_debug_info_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698