diff options
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 5252982..be3b5cf 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -162,15 +162,6 @@ _BANNED_CPP_FUNCTIONS = ( r"^content[\\\/]shell[\\\/]shell_browser_main\.cc$", ), ), - ( - 'FilePathWatcher::Delegate', - ( - 'New code should not use FilePathWatcher::Delegate. Use the callback', - 'interface instead.', - ), - False, - (), - ), ) |