summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authormad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-24 14:45:11 +0000
committermad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-24 14:45:11 +0000
commit323fd7127ce10bdc24c0437be72befc6be78ac95 (patch)
tree3aebbc23cb916cf4d7fadcd75874af77a3092044 /PRESUBMIT.py
parent50b78a40c8049bbc7967dd7f1036e957dffecaab (diff)
downloadchromium_src-323fd7127ce10bdc24c0437be72befc6be78ac95.zip
chromium_src-323fd7127ce10bdc24c0437be72befc6be78ac95.tar.gz
chromium_src-323fd7127ce10bdc24c0437be72befc6be78ac95.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). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=152788 Review URL: https://chromiumcodereview.appspot.com/10855183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153207 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',