Index: chrome/browser/ui/website_settings/website_settings_infobar_delegate.h |
=================================================================== |
--- chrome/browser/ui/website_settings/website_settings_infobar_delegate.h (revision 238220) |
+++ chrome/browser/ui/website_settings/website_settings_infobar_delegate.h (working copy) |
@@ -16,12 +16,12 @@ |
// the reload right from the infobar. |
class WebsiteSettingsInfoBarDelegate : public ConfirmInfoBarDelegate { |
public: |
- // Creates a website settings infobar delegate and adds it to |
+ // Creates a website settings infobar and delegate and adds the infobar to |
// |infobar_service|. |
static void Create(InfoBarService* infobar_service); |
private: |
- explicit WebsiteSettingsInfoBarDelegate(InfoBarService* infobar_service); |
+ WebsiteSettingsInfoBarDelegate(); |
virtual ~WebsiteSettingsInfoBarDelegate(); |
// ConfirmInfoBarDelegate: |