// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_EXTENSIONS_INSTALLATION_ERROR_INFOBAR_DELEGATE_H_ #define CHROME_BROWSER_UI_EXTENSIONS_INSTALLATION_ERROR_INFOBAR_DELEGATE_H_ #include "components/infobars/core/confirm_infobar_delegate.h" #include "extensions/browser/install/crx_install_error.h" namespace infobars { class ContentInfoBarManager; } // Helper class to put up an infobar when installation fails. class InstallationErrorInfoBarDelegate : public ConfirmInfoBarDelegate { … }; #endif // CHROME_BROWSER_UI_EXTENSIONS_INSTALLATION_ERROR_INFOBAR_DELEGATE_H_