| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index c88f315342a33c46d900207783ca01a433f4c966..57d2d7e2ce4875e5e00fbf535a3992afaf486b4e 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -204,6 +204,8 @@ _BANNED_CPP_FUNCTIONS = (
|
| r"^chrome[\\\/]browser[\\\/]lifetime[\\\/]application_lifetime\.cc$",
|
| r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]"
|
| "customization_document_browsertest\.cc$",
|
| + r"^chrome[\\\/]test[\\\/]media_router[\\\/]" +
|
| + r"media_router_integration_browsertest\.cc$",
|
| r"^chrome[\\\/]test[\\\/]ppapi[\\\/]ppapi_filechooser_browsertest\.cc$",
|
| r"^components[\\\/]crash[\\\/]app[\\\/]breakpad_mac\.mm$",
|
| r"^content[\\\/]shell[\\\/]browser[\\\/]layout_test[\\\/]" +
|
|
|