Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 3b8669ad4b8f6d87f21720d66477f613c14f0b0a..0bb6e3dc27384758667977b726a10ddc0c12719c 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', |