| Index: chrome/browser/ui/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/ui/tab_contents/tab_contents.cc (revision 148749)
|
| +++ chrome/browser/ui/tab_contents/tab_contents.cc (working copy)
|
| @@ -170,7 +170,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
|
| }
|
|
|