Index: content/browser/child_process_launcher.cc |
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc |
index 67d7bc2f785cfa305c1ffbbccdcfe7198491caac..57a7e25972475daeb99b529fecbf7d8a2625f766 100644 |
--- a/content/browser/child_process_launcher.cc |
+++ b/content/browser/child_process_launcher.cc |
@@ -373,7 +373,7 @@ class ChildProcessLauncher::Context |
#endif |
base::ProcessHandle handle) { |
#if defined(OS_ANDROID) |
- LOG(INFO) << "ChromeProcess: Stopping process with handle " << handle; |
+ VLOG(0) << "ChromeProcess: Stopping process with handle " << handle; |
StopChildProcess(handle); |
#else |
base::Process process(handle); |