diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-27 16:24:46 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-27 16:24:46 +0000 |
commit | db9d45a5f52c126f7f414d7531ccd40cd6e2d313 (patch) | |
tree | 010a433af09060fde28c6107e472977b6ebe74fd /PRESUBMIT.py | |
parent | 17de2f9b82e9dd71fc88c9b81a52bc204c6efb2f (diff) | |
download | chromium_src-db9d45a5f52c126f7f414d7531ccd40cd6e2d313.zip chromium_src-db9d45a5f52c126f7f414d7531ccd40cd6e2d313.tar.gz chromium_src-db9d45a5f52c126f7f414d7531ccd40cd6e2d313.tar.bz2 |
Revert 169654 - FindLastActiveWithProfile now requires a HostDesktopType.
BUG=129187
TEST=none
Review URL: https://chromiumcodereview.appspot.com/11365128
Speculative revert to fix Win Aura crash in unit test
ExtensionServiceTest.LoadExtensionsWithPlugins.
TBR=grt@chromium.org
Review URL: https://codereview.chromium.org/11413189
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 515b48c..abf711e 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -152,6 +152,15 @@ _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', |