Index: chrome/browser/notifications/desktop_notification_infobar_delegate.h |
diff --git a/chrome/browser/notifications/desktop_notification_infobar_delegate.h b/chrome/browser/notifications/desktop_notification_infobar_delegate.h |
index 7d029426049a5b535771f41ef22bd9906694e96b..52b36ae2c7e85a00ef4fa8dfdfa3a5c8d8904b1d 100644 |
--- a/chrome/browser/notifications/desktop_notification_infobar_delegate.h |
+++ b/chrome/browser/notifications/desktop_notification_infobar_delegate.h |
@@ -12,8 +12,8 @@ |
class DesktopNotificationInfoBarDelegate : public PermissionInfobarDelegate { |
public: |
// Creates a Notification permission infobar and delegate and adds the |
- // infobar to |infobar_service|. |
- // Returns the infobar if it was successfully added. |
+ // infobar to |infobar_service|. Returns the infobar if it was successfully |
+ // added. |
static infobars::InfoBar* Create(InfoBarService* infobar_service, |
PermissionQueueController* controller, |
const PermissionRequestID& id, |
@@ -28,8 +28,8 @@ class DesktopNotificationInfoBarDelegate : public PermissionInfobarDelegate { |
~DesktopNotificationInfoBarDelegate() override; |
// PermissionInfoBarDelegate: |
- base::string16 GetMessageText() const override; |
int GetIconID() const override; |
+ base::string16 GetMessageText() const override; |
GURL requesting_frame_; |
std::string display_languages_; |