Searched refs:ErrorInfoBarDelegate (Results 1 – 1 of 1) sorted by relevance
82 class ErrorInfoBarDelegate : public ConfirmInfoBarDelegate { class90 explicit ErrorInfoBarDelegate(const extensions::CrxInstallerError& error);91 virtual ~ErrorInfoBarDelegate();101 DISALLOW_COPY_AND_ASSIGN(ErrorInfoBarDelegate);105 void ErrorInfoBarDelegate::Create(InfoBarService* infobar_service, in Create()108 scoped_ptr<ConfirmInfoBarDelegate>(new ErrorInfoBarDelegate(error)))); in Create()111 ErrorInfoBarDelegate::ErrorInfoBarDelegate( in ErrorInfoBarDelegate() function in __anon885757690111::ErrorInfoBarDelegate117 ErrorInfoBarDelegate::~ErrorInfoBarDelegate() { in ~ErrorInfoBarDelegate()120 base::string16 ErrorInfoBarDelegate::GetMessageText() const { in GetMessageText()124 int ErrorInfoBarDelegate::GetButtons() const { in GetButtons()[all …]