Stop adding the "files/" prefix when sending open_resource IPC
commit7dd7f65010a485d31fb7660b0f47d36d4ac40a6c
authoryusukes <yusukes@chromium.org>
Thu, 16 Apr 2015 23:27:00 +0000 (16 16:27 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Apr 2015 23:27:42 +0000 (16 23:27 +0000)
tree177b000693b30363277ba1f17d3c7a60a85aff64
parent09e87de80df5c859ed6d61ff62764d17e43edbd9
Stop adding the "files/" prefix when sending open_resource IPC

This is for simplifying https://codereview.chromium.org/1010183002/

This also removes 'if (key == kProgramKey) ...' check from
JsonManifest::ResolveKey. This is safe because kProgram key was
never passed to the function before the change.

BUG=nativeclient:3802
TEST=git cl try, manually checked that both ARC and PNaCl demo still work

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

Cr-Commit-Position: refs/heads/master@{#325547}
components/nacl/renderer/json_manifest.cc
components/nacl/renderer/ppb_nacl_private_impl.cc
ppapi/nacl_irt/manifest_service.cc