summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-27 13:54:12 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-27 13:54:12 +0000
commit6e5b39d9a34b83a8fe4c9541ab9b7afa9cdccc61 (patch)
tree68f67d06f237316a6b2f0a3c4d31b5c5109958cd /PRESUBMIT.py
parente6e7db7f883ab88bc43a4f95033606eba9f1245f (diff)
downloadchromium_src-6e5b39d9a34b83a8fe4c9541ab9b7afa9cdccc61.zip
chromium_src-6e5b39d9a34b83a8fe4c9541ab9b7afa9cdccc61.tar.gz
chromium_src-6e5b39d9a34b83a8fe4c9541ab9b7afa9cdccc61.tar.bz2
FindLastActiveWithProfile now requires a HostDesktopType.
BUG=129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/11365128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169654 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 2fba7a5..e9c4212 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -147,15 +147,6 @@ _BANNED_CPP_FUNCTIONS = (
False,
),
(
- 'chrome::FindLastActiveWithProfile',
- (
- '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,
- ),
- (
'browser::FindAnyBrowser',
(
'This function is deprecated and we\'re working on removing it. Pass',