Commit eda7a91b authored by thakis's avatar thakis Committed by Commit bot

Address review comments on https://codereview.chromium.org/1077893005/

Add a comment to UpdateProcThreadAttribute() to note that its parameter needs
to outlive this.

BUG=476316

Review URL: https://codereview.chromium.org/1106263002

Cr-Commit-Position: refs/heads/master@{#327176}
parent bbd47dd2
......@@ -24,6 +24,8 @@ class BASE_EXPORT StartupInformation {
bool InitializeProcThreadAttributeList(DWORD attribute_count);
// Sets one entry in the initialized attribute list.
// |value| needs to live at least as long as the StartupInformation object
// this is called on.
bool UpdateProcThreadAttribute(DWORD_PTR attribute,
void* value,
size_t size);
......
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