Index: chrome/browser/ui/tab_contents/tab_contents.cc |
=================================================================== |
--- chrome/browser/ui/tab_contents/tab_contents.cc (revision 144800) |
+++ chrome/browser/ui/tab_contents/tab_contents.cc (working copy) |
@@ -165,7 +165,7 @@ |
// one-click signin helper attached does not cause problems if the profile |
// happens to be already connected. |
#if defined(ENABLE_ONE_CLICK_SIGNIN) |
- if (OneClickSigninHelper::CanOffer(contents, false)) |
+ if (OneClickSigninHelper::CanOffer(contents, "", false)) |
one_click_signin_helper_.reset(new OneClickSigninHelper(contents)); |
#endif |
} |