| Index: chrome/browser/ui/auto_login_info_bar_delegate.h
|
| ===================================================================
|
| --- chrome/browser/ui/auto_login_info_bar_delegate.h (revision 175396)
|
| +++ chrome/browser/ui/auto_login_info_bar_delegate.h (working copy)
|
| @@ -40,8 +40,8 @@
|
| std::string username;
|
| };
|
|
|
| - AutoLoginInfoBarDelegate(InfoBarService* owner, const Params& params);
|
| - virtual ~AutoLoginInfoBarDelegate();
|
| + // Creates an autologin delegate and adds it to |infobar_service|.
|
| + static void Create(InfoBarService* infobar_service, const Params& params);
|
|
|
| // ConfirmInfoBarDelegate:
|
| virtual void InfoBarDismissed() OVERRIDE;
|
| @@ -67,6 +67,9 @@
|
| const std::string& args() const { return params_.args; }
|
|
|
| private:
|
| + AutoLoginInfoBarDelegate(InfoBarService* owner, const Params& params);
|
| + virtual ~AutoLoginInfoBarDelegate();
|
| +
|
| void RecordHistogramAction(int action);
|
|
|
| const Params params_;
|
|
|