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

Unified Diff: content/test/plugin/plugin_client.cc

Issue 84293002: LOG(INFO) -> VLOG(0) in content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whitespace Created 7 years, 1 month 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 | « content/test/image_decoder_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « content/test/image_decoder_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698