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

Unified Diff: chrome/browser/ui/media_stream_infobar_delegate.cc

Issue 10209022: Refactor media stream infobar delegate code and also fix a typo (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 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/ui/media_stream_infobar_delegate.cc
diff --git a/chrome/browser/ui/media_stream_infobar_delegate.cc b/chrome/browser/ui/media_stream_infobar_delegate.cc
index d732a0b041eb3b757ab03c847aaf8a1079a45bc3..9ad234999557f9225b05a80abee208071508d60f 100644
--- a/chrome/browser/ui/media_stream_infobar_delegate.cc
+++ b/chrome/browser/ui/media_stream_infobar_delegate.cc
@@ -135,6 +135,6 @@ InfoBarDelegate::Type MediaStreamInfoBarDelegate::GetInfoBarType() const {
}
MediaStreamInfoBarDelegate*
- MediaStreamInfoBarDelegate::AsMediaStreamInfobarDelegate() {
+ MediaStreamInfoBarDelegate::AsMediaStreamInfoBarDelegate() {
return this;
}
« no previous file with comments | « chrome/browser/ui/media_stream_infobar_delegate.h ('k') | chrome/browser/ui/views/infobars/media_stream_infobar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698