summaryrefslogtreecommitdiffstats
path: root/components/nacl/renderer/plugin/plugin.h
diff options
context:
space:
mode:
authorbbudge <bbudge@chromium.org>2015-04-03 10:18:22 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-03 17:18:51 +0000
commit747e4bfbd5795b2192afc9b3372dfde7df3a4afb (patch)
tree34a4eaf239e181e9aade6d5d83eabdbe6cfc0b3b /components/nacl/renderer/plugin/plugin.h
parent6d9b2f470073c2125c1e085e38efa7710d94aca1 (diff)
downloadchromium_src-747e4bfbd5795b2192afc9b3372dfde7df3a4afb.zip
chromium_src-747e4bfbd5795b2192afc9b3372dfde7df3a4afb.tar.gz
chromium_src-747e4bfbd5795b2192afc9b3372dfde7df3a4afb.tar.bz2
Native Client: Remove histogram code from the trusted NaCl plugin.
Removes the last histogram code from the trusted plugin. This code fails because the proxy can't enter a destroyed plugin instance. Move the histogram to content/renderer/pepper/pepper_plugin_instance_impl.cc. BUG=388302,472206 Review URL: https://codereview.chromium.org/1055683004 Cr-Commit-Position: refs/heads/master@{#323760}
Diffstat (limited to 'components/nacl/renderer/plugin/plugin.h')
-rw-r--r--components/nacl/renderer/plugin/plugin.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/nacl/renderer/plugin/plugin.h b/components/nacl/renderer/plugin/plugin.h
index cb0e2937..7e9a323 100644
--- a/components/nacl/renderer/plugin/plugin.h
+++ b/components/nacl/renderer/plugin/plugin.h
@@ -110,10 +110,6 @@ class Plugin : public pp::Instance {
// in this order, for the main nacl subprocess.
void ShutDownSubprocesses();
- // Histogram helper functions, internal to Plugin so they can use
- // uma_interface_ normally.
- void HistogramTimeSmall(const std::string& name, int64_t ms);
-
// Loads and starts a helper (e.g. llc, ld) NaCl module.
// Only to be used from a background (non-main) thread for the PNaCl
// translator. This will fully initialize the |subprocess| if the load was