Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1678)

Unified Diff: chrome/browser/notifications/desktop_notification_infobar_delegate.h

Issue 922953002: Minor infobar cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resync Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698