Index: components/nacl/renderer/ppb_nacl_private_impl.cc |
diff --git a/components/nacl/renderer/ppb_nacl_private_impl.cc b/components/nacl/renderer/ppb_nacl_private_impl.cc |
index 1a4023573832518d3dc269e40db4f05b828c87a8..eda62cd6c689a5a0c4889e8fc3df863ef8aff6ad 100644 |
--- a/components/nacl/renderer/ppb_nacl_private_impl.cc |
+++ b/components/nacl/renderer/ppb_nacl_private_impl.cc |
@@ -898,10 +898,6 @@ PP_Bool NaClDebugEnabledForURL(const char* alleged_nmf_url) { |
should_debug); |
} |
-void Vlog(const char* message) { |
- VLOG(1) << message; |
-} |
- |
void InitializePlugin(PP_Instance instance, |
uint32_t argc, |
const char* argn[], |
@@ -1714,7 +1710,6 @@ const PPB_NaCl_Private nacl_interface = { |
&InstanceCreated, |
&InstanceDestroyed, |
&GetSandboxArch, |
- &Vlog, |
&InitializePlugin, |
&RequestNaClManifest, |
&GetManifestBaseURL, |