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

Unified Diff: chrome/browser/media/media_stream_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/media/media_stream_infobar_delegate.h
diff --git a/chrome/browser/media/media_stream_infobar_delegate.h b/chrome/browser/media/media_stream_infobar_delegate.h
index 75214a6246333fbc3174d05af01df43ffb27cd6a..3c420e4f5acd3cc00b5c67400960e2b15262f47d 100644
--- a/chrome/browser/media/media_stream_infobar_delegate.h
+++ b/chrome/browser/media/media_stream_infobar_delegate.h
@@ -38,8 +38,8 @@ class MediaStreamInfoBarDelegate : public ConfirmInfoBarDelegate {
// ConfirmInfoBarDelegate:
void InfoBarDismissed() override;
- int GetIconID() const override;
Type GetInfoBarType() const override;
+ int GetIconID() const override;
MediaStreamInfoBarDelegate* AsMediaStreamInfoBarDelegate() override;
base::string16 GetMessageText() const override;
base::string16 GetButtonLabel(InfoBarButton button) const override;

Powered by Google App Engine
This is Rietveld 408576698