Index: content/test/plugin/plugin_client.cc |
diff --git a/content/test/plugin/plugin_client.cc b/content/test/plugin/plugin_client.cc |
index 3410a66a8133d55f360de6681f8e270e24dde5c1..e5d0f8c40b70117c9d3c403b6b4cf1f0e3b6f505 100644 |
--- a/content/test/plugin/plugin_client.cc |
+++ b/content/test/plugin/plugin_client.cc |
@@ -264,7 +264,7 @@ void NPP_URLRedirectNotify(NPP instance, const char* url, int32_t status, |
NPError NPP_ClearSiteData(const char* site, |
uint64 flags, |
uint64 max_age) { |
- LOG(INFO) << "NPP_ClearSiteData called"; |
+ VLOG(0) << "NPP_ClearSiteData called"; |
return NPERR_NO_ERROR; |
} |
} // extern "C" |