Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: PRESUBMIT.py

Issue 11348344: Remove last usages of FindTabbedBrowserDeprecated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove presubmit check as well. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
« no previous file with comments | « no previous file | chrome/browser/extensions/api/tabs/tabs.cc » ('j') | chrome/browser/extensions/api/tabs/tabs.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698