| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 2effa508e5e95c4b2b530f7a84522960376c8fe4..f0f0c58ba31546721705f0698e4718e565e7bb97 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -167,6 +167,8 @@ _BANNED_CPP_FUNCTIONS = (
|
| r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]boot_times_recorder\.cc$",
|
| r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]"
|
| "customization_document_browsertest\.cc$",
|
| + r"^chrome[\\\/]browser[\\\/]ui[\\\/]startup[\\\/]"
|
| + "startup_browser_creator_impl\.cc$",
|
| r"^components[\\\/]crash[\\\/]app[\\\/]breakpad_mac\.mm$",
|
| r"^content[\\\/]shell[\\\/]browser[\\\/]shell_browser_main\.cc$",
|
| r"^content[\\\/]shell[\\\/]browser[\\\/]shell_message_filter\.cc$",
|
|
|