NaCl 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 Review URL: https://codereview.chromium.org/897353002 Cr-Commit-Position: refs/heads/master@{#315050}
Showing
Please register or sign in to comment