DescriptionMake ChromeSigninClient check if the passed in process id is valid
ChromeSigninClient::IsSigninProcess() checks only if the passed in process is
equal to the signin host id, but the signin host id is initialized to -1 (and
set back if the signin process goes away). This means that if we ever check if
an invalid process is a signin process, the answer is "yes".
Fix this by making ChromeSigninClient::IsSigninProcess check if the process id
is valid first.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=280658
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|