summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-01 02:14:47 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-01 02:14:47 +0000
commit8f5a7e49df055f720d398e659d8f0fd1bb532ad0 (patch)
tree0cf8bfd736484a794b2d9c4127f53784ee5cdeea /PRESUBMIT.py
parentf182444916248f4d0612fada91b49ee672573d85 (diff)
downloadchromium_src-8f5a7e49df055f720d398e659d8f0fd1bb532ad0.zip
chromium_src-8f5a7e49df055f720d398e659d8f0fd1bb532ad0.tar.gz
chromium_src-8f5a7e49df055f720d398e659d8f0fd1bb532ad0.tar.bz2
base::Bind: Remove NewRunnableFunction.
BUG=none TEST=none R=groby,ajwong Review URL: http://codereview.chromium.org/8960011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116072 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 2ff37a8..3338ddd 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -189,7 +189,6 @@ def _CheckNoNewOldCallback(input_api, output_api):
of the old callback system.
"""
return ('NewRunnableMethod' in line or
- 'NewRunnableFunction' in line or
'NewCallback' in line or
input_api.re.search(r'\bCallback\d<', line) or
input_api.re.search(r'\bpublic Task\b', line) or