Pepper: Remove url_info_map from trusted plugin.
commit7d28e0c3facbec17f162ecaea0dbe0ded982e1f8
authorteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 21 May 2014 19:21:29 +0000 (21 19:21 +0000)
committerteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 21 May 2014 19:21:29 +0000 (21 19:21 +0000)
tree45950cf58b3c731d5a38abd79b52b51c1019aa4c
parentad88ec0d628aaa483942aa9762ed52845dd3e919
Pepper: Remove url_info_map from trusted plugin.

This appears to be a vestigal part of some StreamAsFile() operation that no
longer exists. It's not necessary to cache this file info in the plugin, as we
only ever return it once.

I've split this off from a bigger StreamAsFile() refactoring to make the diff
smaller, to help debug Windows failures on that patch.

BUG=239656
R=bbudge@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271940 0039d316-1c4b-4281-b951-d872f2087c98
ppapi/native_client/src/trusted/plugin/plugin.cc
ppapi/native_client/src/trusted/plugin/plugin.h
ppapi/native_client/src/trusted/plugin/service_runtime.cc