Remove presubmit exception for //content/shell/tools/plugin.
This path has been removed, so there's no need for the exception now.
Related CL: http://crrev.com/606563004
Review-Url: https://codereview.chromium.org/2577553004
Cr-Commit-Position: refs/heads/master@{#438873}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 861990e..4256e2a 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -28,14 +28,6 @@
)
-# The NetscapePlugIn library is excluded from pan-project as it will soon
-# be deleted together with the rest of the NPAPI and it's not worthwhile to
-# update the coding style until then.
-_TESTRUNNER_PATHS = (
- r"^content[\\\/]shell[\\\/]tools[\\\/]plugin[\\\/].*",
-)
-
-
# Fragment of a regular expression that matches C++ and Objective-C++
# implementation files.
_IMPLEMENTATION_EXTENSIONS = r'\.(cc|cpp|cxx|mm)$'
@@ -2057,7 +2049,7 @@
results = []
results.extend(input_api.canned_checks.PanProjectChecks(
input_api, output_api,
- excluded_paths=_EXCLUDED_PATHS + _TESTRUNNER_PATHS))
+ excluded_paths=_EXCLUDED_PATHS))
results.extend(
input_api.canned_checks.CheckAuthorizedAuthor(input_api, output_api))
results.extend(