Excluded ipc/ipc_logging.cc to check for spam logging
Added ipc/ipc_logging.cc to exclude for spam logging in
presubmit check as it needs to output log to stderr.
Review URL: https://codereview.chromium.org/662703003
Cr-Commit-Position: refs/heads/master@{#303376}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 1863e11e..7c8d58e3 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -953,6 +953,7 @@
r"gl_helper_benchmark\.cc$",
r"^courgette[\\\/]courgette_tool\.cc$",
r"^extensions[\\\/]renderer[\\\/]logging_native_handler\.cc$",
+ r"^ipc[\\\/]ipc_logging\.cc$",
r"^native_client_sdk[\\\/]",
r"^remoting[\\\/]base[\\\/]logging\.h$",
r"^remoting[\\\/]host[\\\/].*",