| 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 2c0b09dcdc71b4b3c5aa04d3fa900a3a23dfd1c5..8c94fcd05772b2ca2dd8b0f781945da1d84f9396 100644
|
| --- a/chrome/browser/ui/sync/one_click_signin_helper.h
|
| +++ b/chrome/browser/ui/sync/one_click_signin_helper.h
|
| @@ -120,6 +120,8 @@ class OneClickSigninHelper
|
| int child_id,
|
| int route_id);
|
|
|
| + static void ShowSigninErrorBubble(Browser* browser, const std::string& error);
|
| +
|
| // Remove the item currently at the top of the history list if it's
|
| // the Gaia redirect URL. Due to limitations of the NavigationController
|
| // this cannot be done until a new page becomes "current".
|
| @@ -208,7 +210,6 @@ class OneClickSigninHelper
|
| int route_id);
|
|
|
| void RedirectToSignin();
|
| - void ShowSigninErrorBubble(Browser* browser, const std::string& error);
|
|
|
| // Clear all data member of the helper, except for the error.
|
| void CleanTransientState();
|
|
|