| Index: chrome/browser/ui/sync/one_click_signin_infobar_delegate.h
|
| ===================================================================
|
| --- chrome/browser/ui/sync/one_click_signin_infobar_delegate.h (revision 175396)
|
| +++ chrome/browser/ui/sync/one_click_signin_infobar_delegate.h (working copy)
|
| @@ -23,13 +23,15 @@
|
| SkColor button_border_color;
|
| };
|
|
|
| - explicit OneClickSigninInfoBarDelegate(InfoBarService* infobar_service);
|
| virtual ~OneClickSigninInfoBarDelegate();
|
|
|
| // Returns the colours to use with the one click signin infobar. The colours
|
| // depend on the experimental group.
|
| virtual void GetAlternateColors(AlternateColors* alt_colors);
|
|
|
| + protected:
|
| + explicit OneClickSigninInfoBarDelegate(InfoBarService* infobar_service);
|
| +
|
| private:
|
| #if defined(TOOLKIT_VIEWS)
|
| // Because the experiment is only running for views, only override this
|
|
|