| Index: chrome/browser/ui/sync/one_click_signin_helper.h
|
| diff --git a/chrome/browser/ui/sync/one_click_signin_helper.h b/chrome/browser/ui/sync/one_click_signin_helper.h
|
| index 0d3e96e1854b2de6c8fa8d47b29fe8a1e5fe17a2..626eaafe0e260a7f87a6d8ca45a5484b75c7a500 100644
|
| --- a/chrome/browser/ui/sync/one_click_signin_helper.h
|
| +++ b/chrome/browser/ui/sync/one_click_signin_helper.h
|
| @@ -191,6 +191,11 @@ class OneClickSigninHelper
|
|
|
| void RedirectToNtpOrAppsPage();
|
| void RedirectToSignin();
|
| +
|
| + // If the current sign in is not from settings page/webstore, shows the
|
| + // NTP/Apps page.
|
| + void RedirectToNtpOrAppsPageIfNecessary();
|
| +
|
| void ShowSigninErrorBubble(Browser* browser, const std::string& error);
|
|
|
| // Clear all data member of the helper, except for the error.
|
|
|