| Index: chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.h
|
| ===================================================================
|
| --- chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.h (revision 238220)
|
| +++ chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.h (working copy)
|
| @@ -11,13 +11,14 @@
|
|
|
| class PopupBlockedInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| public:
|
| - // Creates a popup blocked infobar delegate and adds it to |infobar_service|.
|
| + // Creates a popup blocked infobar and delegate and adds the infobar to
|
| + // |infobar_service|.
|
| static void Create(InfoBarService* infobar_service, int num_popups);
|
|
|
| virtual ~PopupBlockedInfoBarDelegate();
|
|
|
| private:
|
| - PopupBlockedInfoBarDelegate(InfoBarService* infobar_service, int num_popups);
|
| + explicit PopupBlockedInfoBarDelegate(int num_popups);
|
|
|
| // ConfirmInfoBarDelegate:
|
| virtual int GetIconID() const OVERRIDE;
|
|
|