Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc

Issue 258083004: Trusted plugin: Remove EnumerateManifestKeys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc
diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc
index 14d055fda15dff884f3f65dde8af7bbf3f9eadf6..fd108b7f1e33fa2c979d30f330b454ac2eb9b944 100644
--- a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc
@@ -56,13 +56,6 @@ class PnaclManifest : public Manifest {
return false;
}
- virtual bool GetFileKeys(std::set<nacl::string>* keys) const {
- // Does not support enumeration.
- PLUGIN_PRINTF(("PnaclManifest does not support key enumeration\n"));
- UNREFERENCED_PARAMETER(keys);
- return false;
- }
-
virtual bool ResolveKey(const nacl::string& key,
nacl::string* full_url,
PP_PNaClOptions* pnacl_options,
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/manifest.h ('k') | ppapi/native_client/src/trusted/plugin/service_runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698