Index: chrome/browser/ui/tab_contents/tab_contents.cc |
diff --git a/chrome/browser/ui/tab_contents/tab_contents.cc b/chrome/browser/ui/tab_contents/tab_contents.cc |
index 06ed203224fed536dc09fedc69de22fda1f422ea..fd2acbf4f9e2d2da3423710b6bd74fb14c5d54c5 100644 |
--- a/chrome/browser/ui/tab_contents/tab_contents.cc |
+++ b/chrome/browser/ui/tab_contents/tab_contents.cc |
@@ -188,8 +188,9 @@ TabContents::TabContents(WebContents* contents) |
// because the connected state may change while this tab is open. Having a |
// one-click signin helper attached does not cause problems if the profile |
// happens to be already connected. |
- if (OneClickSigninHelper::CanOffer(contents, "", false)) |
- OneClickSigninHelper::CreateForWebContents(contents); |
+ if (OneClickSigninHelper::CanOffer(contents, |
+ OneClickSigninHelper::CAN_OFFER_FOR_ALL, "", NULL)) |
+ OneClickSigninHelper::CreateForWebContents(contents); |
#endif |
#if defined(OS_WIN) |