| Index: chrome/browser/ui/auto_login_infobar_delegate.cc
|
| diff --git a/chrome/browser/ui/auto_login_infobar_delegate.cc b/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| index 15e12c8797b476b8bd2cc4c7f3517d338a5d8abb..1db2f8ba09ccfd7139ad2ed6f642a2cc0154c8c6 100644
|
| --- a/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| @@ -137,6 +137,7 @@ bool AutoLoginInfoBarDelegate::Create(content::WebContents* web_contents,
|
| Profile::FromBrowserContext(web_contents->GetBrowserContext());
|
| typedef AutoLoginInfoBarDelegate Delegate;
|
| return !!infobar_service->AddInfoBar(ConfirmInfoBarDelegate::CreateInfoBar(
|
| + infobar_service,
|
| scoped_ptr<ConfirmInfoBarDelegate>(new Delegate(params, profile))));
|
| }
|
|
|
|
|