| Index: chrome/browser/infobars/infobar_delegate.h
|
| diff --git a/chrome/browser/infobars/infobar_delegate.h b/chrome/browser/infobars/infobar_delegate.h
|
| index caa9eff02e1100aad52ae47d8ae2997d59a1f7e1..48b4e27694b47f167419934d10f33ecb11e7f042 100644
|
| --- a/chrome/browser/infobars/infobar_delegate.h
|
| +++ b/chrome/browser/infobars/infobar_delegate.h
|
| @@ -127,6 +127,8 @@ class InfoBarDelegate {
|
|
|
| // This trivial getter is defined out-of-line in order to avoid needing to
|
| // #include infobar.h, which would lead to circular #includes.
|
| + // TODO(droger): Remove this function and have callers use
|
| + // InfoBarService::WebContentsFromInfoBar() instead.
|
| content::WebContents* web_contents();
|
|
|
| protected:
|
|
|