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

Unified Diff: content/child/child_thread.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
Index: content/child/child_thread.cc
diff --git a/content/child/child_thread.cc b/content/child/child_thread.cc
index 8b79d8d990ec40a309725b491eeb584da0026f20..86c615b10f58dff83f8efebf6138873ef61dd0f6 100644
--- a/content/child/child_thread.cc
+++ b/content/child/child_thread.cc
@@ -490,7 +490,7 @@ void ChildThread::OnProcessFinalRelease() {
}
void ChildThread::EnsureConnected() {
- LOG(INFO) << "ChildThread::EnsureConnected()";
+ VLOG(0) << "ChildThread::EnsureConnected()";
base::KillProcess(base::GetCurrentProcessHandle(), 0, false);
}
« no previous file with comments | « content/browser/worker_host/test/worker_browsertest.cc ('k') | content/common/gpu/client/gl_helper_benchmark.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698