| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index e4db30215d9063d9874a696a26c4516e4f8c8738..dc30cbc9c3404214cc39384b883e9081d6c866a0 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -872,6 +872,7 @@ def _CheckSpamLogging(input_api, output_api):
|
| r"^chrome[\\\/]renderer[\\\/]extensions[\\\/]"
|
| r"logging_native_handler\.cc$",
|
| r"^remoting[\\\/]base[\\\/]logging\.h$",
|
| + r"^remoting[\\\/]host[\\\/].*",
|
| r"^sandbox[\\\/]linux[\\\/].*",
|
| r"^ui[\\\/]aura[\\\/]bench[\\\/]bench_main\.cc$",))
|
| source_file_filter = lambda x: input_api.FilterSourceFile(
|
|
|