| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 2677a4e487a095e178c57578a0ab1417112c8b15..58aaa919a35983d6be871cd99e165e2e6b7bc907 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -188,6 +188,8 @@ _BANNED_CPP_FUNCTIONS = (
|
| r"^base[\\\/]process[\\\/]process_linux\.cc$",
|
| r"^base[\\\/]process[\\\/]process_metrics_linux\.cc$",
|
| r"^blimp[\\\/]engine[\\\/]app[\\\/]blimp_browser_main_parts\.cc$",
|
| + r"^blimp[\\\/]engine[\\\/]testing[\\\/]app[\\\/]" +
|
| + r"test_blimp_browser_main_parts\.cc$",
|
| r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]boot_times_recorder\.cc$",
|
| r"^chrome[\\\/]browser[\\\/]lifetime[\\\/]application_lifetime\.cc$",
|
| r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]"
|
|
|