summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-04 21:51:20 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-04 21:51:20 +0000
commit44d561bb6a8438391737751bbfc3cd774b892d6c (patch)
tree4d89911c2506e5a765226cad9d75dafdf06b3706 /PRESUBMIT.py
parent499d5bc8dda95b886c836273077bab4adb2cdc69 (diff)
downloadchromium_src-44d561bb6a8438391737751bbfc3cd774b892d6c.zip
chromium_src-44d561bb6a8438391737751bbfc3cd774b892d6c.tar.gz
chromium_src-44d561bb6a8438391737751bbfc3cd774b892d6c.tar.bz2
Remove last usages of FindTabbedBrowserDeprecated.
BUG=129187 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/11348344 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 3b8669a..0bb6e3d 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -172,16 +172,6 @@ _BANNED_CPP_FUNCTIONS = (
(),
),
(
- 'browser::FindTabbedBrowserDeprecated',
- (
- 'This function is deprecated and we\'re working on removing it. Pass',
- 'more context to get a Browser*, like a WebContents, window, or session',
- 'id. Talk to robertshield@ for more information.',
- ),
- True,
- (),
- ),
- (
'RunAllPending()',
(
'This function is deprecated and we\'re working on removing it. Rename',