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

Unified Diff: components/nacl/renderer/ppb_nacl_private_impl.cc

Issue 1631413002: NaCl cleanup: Remove not-very-useful debug logging in the plugin code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 4 years, 11 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
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698