diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-29 13:40:34 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-29 13:40:34 +0000 |
commit | 694256079ad9864e39f78c5e17eb9c40fad9597c (patch) | |
tree | e6244ee48d971ac08c3da8d2e66e472664504858 /PRESUBMIT.py | |
parent | b600565dbb0893deabece1cd8b7832f4030f4836 (diff) | |
download | chromium_src-694256079ad9864e39f78c5e17eb9c40fad9597c.zip chromium_src-694256079ad9864e39f78c5e17eb9c40fad9597c.tar.gz chromium_src-694256079ad9864e39f78c5e17eb9c40fad9597c.tar.bz2 |
FindLastActiveWithProfile now requires a HostDesktopType.
BUG=129187
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=169654
Review URL: https://codereview.chromium.org/11365128
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index e1e8661..3b8669a 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -152,16 +152,6 @@ _BANNED_CPP_FUNCTIONS = ( (), ), ( - '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', |