Replace VLOG with LOG INFO

-We always print these VLOG on cast devices. Using
 VLOG will increase CPU usage.

Bug: Internal b/123520864

Test: CQ.
Change-Id: I0f31b395daab6cecdbfcfa8d0cf99e07492b74ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2721561
Reviewed-by: Daniel Nicoara <[email protected]>
Reviewed-by: danakj <[email protected]>
Reviewed-by: Yuchen Liu <[email protected]>
Commit-Queue: Ziyang Cheng <[email protected]>
Cr-Commit-Position: refs/heads/master@{#858232}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index d2bcfe3b..f5c00e6 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -2420,6 +2420,8 @@
                         r"dump_stability_report_main_win.cc$",
                     r"^components[\\/]media_control[\\/]renderer[\\/]"
                         r"media_playback_options\.cc$",
+                    r"^components[\\/]viz[\\/]service[\\/]display[\\/]"
+                        r"overlay_strategy_underlay_cast\.cc$",
                     r"^components[\\/]zucchini[\\/].*",
                     # TODO(peter): Remove exception. https://crbug.com/534537
                     r"^content[\\/]browser[\\/]notifications[\\/]"