DescriptionNaCl cleanup: Remove unneeded definition of ResolveFileToken()
This will allow the ResolveFileToken field to be removed from
NaClValidationCache on the NaCl side.
Chromium no longer uses the NaCl side's ability to call back to
ResolveFileToken(). File tokens are handled entirely on the Chromium
side.
Removing this is safe because the NaCl side doesn't call
ResolveFileToken() if the NaClDesc doesn't have a file token
associated with it, or if ResolveFileToken is NULL (and we're setting
it to NULL using memset()).
BUG=https://code.google.com/p/nativeclient/issues/detail?id=4073
TEST=browser_tests
Committed: https://crrev.com/747672ddb715596eade73524aa18a75aec236af0
Cr-Commit-Position: refs/heads/master@{#315050}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|