Index: PRESUBMIT.py |
=================================================================== |
--- PRESUBMIT.py (revision 152789) |
+++ PRESUBMIT.py (working copy) |
@@ -147,6 +147,15 @@ |
True, |
), |
( |
+ 'browser::FindBrowserWithProfile', |
+ ( |
+ '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 ben@ or jam@ for more information.', |
+ ), |
+ True, |
+ ), |
+ ( |
'browser::FindAnyBrowser', |
( |
'This function is deprecated and we\'re working on removing it. Pass', |