summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authormad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-22 17:49:43 +0000
committermad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-22 17:49:43 +0000
commit1485e579e43cb54f38222b188082634a22ce76aa (patch)
tree3ad9965cf4f45c9e47f31a2a1983ff820a0527c5 /PRESUBMIT.py
parenta7d6cb68abaf470ceffc41d9bf9830c65df3a861 (diff)
downloadchromium_src-1485e579e43cb54f38222b188082634a22ce76aa.zip
chromium_src-1485e579e43cb54f38222b188082634a22ce76aa.tar.gz
chromium_src-1485e579e43cb54f38222b188082634a22ce76aa.tar.bz2
Give access to browsers by Profile/HostDesktopType.
And fix existing callers of FindBrowserForProfile. BUG=None TEST=Make sure that the page cyclers still work (they're one of the users of the API), as well as the download page gets opened properly on the Mac when the user chooses to wait (the other user of the API). Review URL: https://chromiumcodereview.appspot.com/10855183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152788 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index ac8a719..0ae66e7 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -147,15 +147,6 @@ _BANNED_CPP_FUNCTIONS = (
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',