Exclude chrome_browser_main.cc's printf in PRESUBMIT.py.
The printf in that file is legitimate, so it shouldn't
trigger the warning.
BUG=none
NOTRY=true
Review URL: https://codereview.chromium.org/103133002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238522 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index f0e77e90..156435e 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -866,8 +866,9 @@
_TEST_CODE_EXCLUDED_PATHS +
input_api.DEFAULT_BLACK_LIST +
(r"^base[\\\/]logging\.h$",
+ r"^chrome[\\\/]browser[\\\/]chrome_browser_main\.cc$",
r"^chrome[\\\/]renderer[\\\/]extensions[\\\/]"
- r"logging_native_handler\.cc",
+ r"logging_native_handler\.cc$",
r"^remoting[\\\/]base[\\\/]logging\.h$",
r"^sandbox[\\\/]linux[\\\/].*",))
source_file_filter = lambda x: input_api.FilterSourceFile(