| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 83aca99c3978ba02e59da34b117337ae7a422ceb..cc13d4188b8029ef77dc9a5548e6ddecb72cdca1 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -52,8 +52,6 @@ _TEST_CODE_EXCLUDED_PATHS = (
|
| r'.*[\\\/](test|tool(s)?)[\\\/].*',
|
| # content_shell is used for running layout tests.
|
| r'content[\\\/]shell[\\\/].*',
|
| - # At request of folks maintaining this folder.
|
| - r'chrome[\\\/]browser[\\\/]automation[\\\/].*',
|
| # Non-production example code.
|
| r'mojo[\\\/]examples[\\\/].*',
|
| # Launcher for running iOS tests on the simulator.
|
|
|