summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client/src/trusted/plugin/plugin.h
diff options
context:
space:
mode:
authorjvoung@google.com <jvoung@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-23 02:25:12 +0000
committerjvoung@google.com <jvoung@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-23 02:25:12 +0000
commit84ed8ce8e9a43e56a5d3219acc77020e9462c3d7 (patch)
tree4870a03efdab43575e88da4a08a483e1ddcc5cbf /ppapi/native_client/src/trusted/plugin/plugin.h
parentaa09ea70f13030b9e0bfc837a0f0364167c29302 (diff)
downloadchromium_src-84ed8ce8e9a43e56a5d3219acc77020e9462c3d7.zip
chromium_src-84ed8ce8e9a43e56a5d3219acc77020e9462c3d7.tar.gz
chromium_src-84ed8ce8e9a43e56a5d3219acc77020e9462c3d7.tar.bz2
Plumb through cache_identity from manifest for first sketch of pnacl cache. Probe cache for lookups.
BUG= http://code.google.com/p/nativeclient/issues/detail?id=1714 TEST= run_pnacl_example_browser_test Review URL: https://chromiumcodereview.appspot.com/9355051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123178 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/native_client/src/trusted/plugin/plugin.h')
-rw-r--r--ppapi/native_client/src/trusted/plugin/plugin.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
index 3ddba50..2946181 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.h
+++ b/ppapi/native_client/src/trusted/plugin/plugin.h
@@ -400,16 +400,6 @@ class Plugin : public pp::InstancePrivate {
bool SetManifestObject(const nacl::string& manifest_json,
ErrorInfo* error_info);
- // Determines the URL of the program module appropriate for the NaCl sandbox
- // implemented by the installed sel_ldr. The URL is determined from the
- // Manifest in |manifest_|. On success, |true| is returned and |result| is
- // set to the URL to use for the program, and |is_portable| is set to
- // |true| if the program is portable bitcode.
- // On failure, |false| is returned.
- bool SelectProgramURLFromManifest(nacl::string* result,
- ErrorInfo* error_info,
- bool* is_portable);
-
// Logs timing information to a UMA histogram, and also logs the same timing
// information divided by the size of the nexe to another histogram.
void HistogramStartupTimeSmall(const std::string& name, float dt);